Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/django-extensions/django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.
https://github.com/django-extensions/django-extensions

Merge pull request #242 from quinode/use_django_admin_jquery

From Django 1.3 and above we should be using the jQuery library bundled with django admin

7631e7078993ffdc981ed0aefcc99c4d3071df6c authored over 12 years ago
forgotten if

dcba79bb68b5ae490642737590191b8f0062593f authored over 12 years ago
From Django 1.3 and above we should be using the jQuery library

bundled in Django admin, or it'll create Jquery conflict in some cases.
JS files are modified to ...

50adcd8924dc3d669aa48851a2c92cb92b0a727e authored over 12 years ago
Merge pull request #239 from twigs/master

Ouput redirection for dumpscript

21a85adc1db110e9d6f160722cb09cec37913548 authored over 12 years ago
added support for output redirection to dumpscript

bd0d036a57220c901b0c803db3d494cf8e5e5665 authored over 12 years ago
Merge pull request #238 from ahref/master

Fixed bug on AutoSlugField with empty populate_from field

31575b081364a82e05e47c603bef864fc5f2d582 authored over 12 years ago
Fixed issue with updating slugs with empty source

5ba17cf4133902facef90e8fc124eaf73f9ec4d2 authored over 12 years ago
Merge pull request #237 from kkumler/master

mail_debug: output file and settings option

332cb31537d86862d33cfd3d14b7bb741c815d4c authored over 12 years ago
Included '--use-settings' option

87160bade5a6c2f57effb3ef9b586a4c4d534578 authored over 12 years ago
Changed mail_debug output to use logging module (for stdout/stderr as well as file output)

e7e68d3ad0922c50b94d3ace41b7adbe4468c0cb authored over 12 years ago
in django 1.4 settings is_safe attribute on the function is deprecated

81a81dc52d21ca11591cef41aeb88a2bf6180abc authored over 12 years ago
Merge pull request #236 from ahref/master

Possible fix for issue #34

38048f5d28c7348c26b5a438cddfea698e0e9594 authored over 12 years ago
fix issue #34

9abece60c2e7f90d4f9e312cf3d859b70bf14239 authored over 12 years ago
add tests for AutoSlugField (test also issue #34)

39fe2a18e5f93f3c05e099ff5b64f08b66805980 authored over 12 years ago
Merge pull request #234 from akaihola/master

Added support for IPython Notebook

de13df7b334541d30846e1bdb7a2986fe5b3a05c authored over 12 years ago
Refs #233: Added the IPYTHON_ARGUMENTS Django setting for customizing the arguments passed to IPython Notebook

c6998fa31b53e2de9536a970cae3f1cb6b3103af authored over 12 years ago
Merge branch 'master' of github.com:akaihola/django-extensions

3c4c65d812e2a858f619a437beaa1f5115f5d23a authored over 12 years ago
Fix #233 Add support for IPython Notebook into shell_plus. Refactored auto-importing Django settings and model classes into a separate module so the notebook extension can use it too.

770c15af37697cdfe1e596d432df7c4f8bf346eb authored over 12 years ago
added comment about name clashes

a4a03a1e689c5a65550861c9d3c91fc72709e7a7 authored over 12 years ago
use more modern cli arguments for graph_models

422d7d6978a2593ecdda44e7d91e14863f9fee69 authored over 12 years ago
Merge pull request #230 from doismellburning/readme_examples

Added some usage examples to README

e6c671fb800d37381926ff1788890929cf7cea55 authored over 12 years ago
Merge pull request #231 from doismellburning/github_capitalisation_fix

Fixed capitalisation of GitHub in README

59f239a4112dd014e336296006c3b3f344061e82 authored over 12 years ago
Added some usage examples to README

Currently the README links to a four-year-old blog post with a
screencast requiring Flash and a ...

4ff0cac27b5c8034bc9799aac02e83d5e794f1d9 authored over 12 years ago
Fixed capitalisation of GitHub in README

a9a0e3e41f59fbc00f6745e0ee7247e9c668d31e authored over 12 years ago
Fix #229 image path for selector-search.gif changed with django 1.4

b9b9c332340c7339bd0e7bcc4c1a600e05caa916 authored over 12 years ago
Merge pull request #228 from twoolie/patch-1

Add an option to quiet down model loading messages

afc63a62e7e3cee509ecb705054418ac83751bed authored over 12 years ago
Add an option to quiet down model loading messages

64bc25b7937fd1886462a1c048b2794ea627d5bc authored over 12 years ago
only enable the unit test if there are keyczar keys installed

2dc9fff3a2a413cc24f6340ca448e525828a1892 authored over 12 years ago
create test keys and directory for keyczar so that it does not fail the tests

c9fd8ccf301cebc784b602a0af214eef67f80548 authored over 12 years ago
make assert python2.6 compatible

3bb167fdbf4e4e3f41a7dda6dbdb2005f3be6d52 authored over 12 years ago
make tests work with setup.py test and move test in one location

8b0850e924357a997be13391f13b27aa03a20330 authored over 12 years ago
fix indentation

529a487430a4624cd239c47a8c66f7467af4a46c authored over 12 years ago
Merge pull request #227 from marcosdiez/master

dumpscript is more friendly with non exported foreign keys

d5c38ab998a596ba2b41aba089326babad21cdb8 authored over 12 years ago
dumpscript is more friendly with foreign objects containing inheritance

9871732124bd2b1d9c3070b971b39941a40d26bb authored over 12 years ago
dumpscript now is even more friendly with non exported foreign keys

1e98ddd40d5762398d801e529407180f3ad5f3e9 authored over 12 years ago
unused variable

2d98e38e079b0cd9238b8cec6634b542bfb866df authored over 12 years ago
Merge pull request #218 from msabramo/tests

Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/) and add test...

8a4c3108b462c0e6022ca1d05e2fba9dec689aa0 authored over 12 years ago
Merge pull request #225 from marcosdiez/master

Many Changes in DumpScript

e38fb102ec1b04a594e5d9a1908497ae1e4c9d3b authored over 12 years ago
Merge pull request #226 from msabramo/docs-print_settings

Add docs for `print_settings` command

540fd694cff04e764ec4fee7c71d44e2b77d9397 authored over 12 years ago
Add docs for `print_settings` command

75a003501f7c9a37f17e734cbc5f8518ff7db030 authored over 12 years ago
dumpscript: User can easily choose fields to locate objects that will not be exported,

def orm_item_locator( ormobj ):
"""
This function is called every time an object that wi...

8c5a1e8d619f3fe847be71355089e874b803bf8d authored over 12 years ago
dumpscript: now dependencies of non exported classes are added as well

10d2569604c1a9374967d102a2dc68f00e848b4a authored over 12 years ago
dumpscript: little refactoring for readability

2aea51f48552534f2a75b0ffddbe3ea4bae85b01 authored over 12 years ago
dumpscript: improved how dependencies are calculated

bb917da32ec1dd0d1258b90c7ad7ff1b5a8c7118 authored over 12 years ago
dumpscript: Objects not added are created as on the first step instead of the second

4ca92c3198e2b90f38f32fbffe6e79cbf17448e8 authored over 12 years ago
dumpscript: the generated file has some coments that helps they way it is parsed

43378071680d4495a228d9a5325bab930f457038 authored over 12 years ago
Merge pull request #224 from fusionbox/master

Django 1.4 WSGI_APPLICATION support

b534b015c55635a722dd1a1a22f13951bf564dd0 authored over 12 years ago
Django 1.4 WSGI_APPLICATION support

Django 1.4 adds a setting to specify the WSGI_APPLICATION. This allows
wsgi middlewares to be ap...

99ab9c06b8c62147c2dada39b378053aa9cda049 authored over 12 years ago
Merge pull request #223 from ptoal/222

Patch for Issue #222 better handling of unicode strings in BaseEncrypted...

6a9bbe090e9ceeaaf7163fcd1dc95f5ec73a01d3 authored over 12 years ago
Fix #222 patch to handle retval type None

92bf9313873bc83011628a6eeb28a02aab571847 authored over 12 years ago
Patch for Issue #222 better handling of unicode strings in BaseEncryptedField

f63e7769aa6c33062f651547f14a295f0f81921e authored over 12 years ago
fix local variable referenced before assignment. also pass the new max_length on so that the field in the database will be large enough to accomodate max_length + encryption overhead

191fe006b40baecdfcee5093c9911c4c09e5c3c8 authored over 12 years ago
Merge pull request #219 from alfredo/master

Bugfix: Escaped database name for MySQL.

7e9cd05b6caec2eb0862008ce33419810e94a60b authored over 12 years ago
Bugfix: Escaped database name for MySQL.

611f3571c6e26687a02a280a369403fb2811c5d4 authored over 12 years ago
raise commanderror

4d254572561fb9c48296c362b70c73e35a77883c authored over 12 years ago
show error type

97c2985cca886e0ba4d5dad38c90d96505208197 authored over 12 years ago
ignore tmp files

225d320f554b00b2501d89088caecf1f0764947e authored over 12 years ago
renamed check_templates to validate_templates

95819b2af6a9b1df46dcf0475be387a69c48c491 authored over 12 years ago
check_templates; add support for CHECK_TEMPLATES_EXTRA_TEMPLATE_DIRS in settings file

5b056cfbf40825c1bf361894a30ec112d7b709c5 authored over 12 years ago
added check_templates command

3de3e610cf55a25a3242de05b69230adc4507c74 authored over 12 years ago
Add .travis.yml for Travis CI (http://travis-ci.org/)

f25094aa7c1ed66df7e6f220e7672400634049cc authored over 12 years ago
Add tox.ini for tox (http://tox.testrun.org/)

eae3322891c313be19489daa2083c12218df917d authored over 12 years ago
Make `python setup.py test` run the test suite.

95be43a7b1e135e711879ce8f13cb4df27b7917a authored over 12 years ago
Add tests for the print_settings command

37cb478e4f677fad80a09a8c37994935ce03c025 authored over 12 years ago
Merge pull request #216 from wiz/hstore-sqldiff

[sqldiff] PostgreSQL + hstore

c857a44a5caa49ef02a7bfa4f8eb2896e1274b9d authored over 12 years ago
Consult PostgreSQL type table to identify unknown field IDs and detect hstore field.

c373accbf402ce908efa38cfb2dbc0e7309b34a1 authored over 12 years ago
update creating release information

44da7d538b3ebf4eba4dce0f006c8ccbf1cd8934 authored over 12 years ago
bumped version number

c9a5ca265da8299496e45b9cea82a8cb3483bfec authored over 12 years ago
v0.9

baff556181e901dceccc71ff27733242eceec9cb authored over 12 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

e4660f120656ed61bb1dd3ac5f7b71040e641eba authored over 12 years ago
fix bad case of deleting from list while iterating over it

8d61cf5a11f47a5c4e182cf6957250c167ee0e67 authored over 12 years ago
fix rst block for documentation url

git push

c836a24c709e7fb4e4009527825ff77c22ebbe87 authored over 12 years ago
Merge branch 'master' of https://github.com/django-extensions/django-extensions

ba8debfb7f3162787b1bde6180cf7ac6f38979ef authored over 12 years ago
added get involved section

69148d144a2bce7712b67a6eee6f041b6668cfc7 authored over 12 years ago
Merge pull request #144 from msabramo/master

print_settings: A super simple but useful Django management command to print the active project ...

6e29554efbc19648c10016d4d582dce507883505 authored over 12 years ago
ticket #196 adminmediahandler was deprecated in django 1.5

1103a54d9f0f3eb6222b32f9779540b291338333 authored over 12 years ago
formatting / whitespace

159e03fda45c68d9b7d4021d5a1a54520d271184 authored over 12 years ago
Revert "check that the model is actually belonging to the app while importing"

This reverts commit 3b691eb510eca3aa599a1c18b4b950278a2600a2.

c34eb87beecee3364d6258f43446caa24fdd4205 authored over 12 years ago
check that the model is actually belonging to the app while importing

3b691eb510eca3aa599a1c18b4b950278a2600a2 authored over 12 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

6a564cfabcf22025a66cc2aa374c6341b5ed953a authored over 12 years ago
fix #71 update cache_cleanup for django 1.3 and higher

on a site note, i'm thinking of dropping this job since it
seems that the default database cache...

01ff4ea3ce6b5c5bc610afcdc1ebd0913a7d0f58 authored over 12 years ago
Merge pull request #209 from floppym/master

Include docs in tarballs.

76fa652352aea00c5714b13213c7cf1f0c380cea authored over 12 years ago
Include docs in tarballs.

d71ab7c13f7d093a5435251277761b3ea0eddb08 authored over 12 years ago
Merge pull request #207 from stj/master

Modelviz fix graph generic relations

9ab000d394bb914c9052e5c1d47b160f73a825c7 authored over 12 years ago
Fix wrong indentation level for elif

80b34be726e261fa86f9645b5ed884b600376b3b authored over 12 years ago
Merge pull request #205 from TrueCar/master

Updated to encrypted fields to truncate if necessary before encryption

5da6ff0461fa7b6b854e88a1180b8efd05c76a2d authored almost 13 years ago
Truncate encrypted fields before writting to database to ensure fields are readable when read back

b9beb4a9b18ea685d291af3d92c81c0eeab30b52 authored almost 13 years ago
Truncate encrypted fields before writting to database to ensure fields are readable when read back

86602c5b263ab6d2f833ad8f85a02c67d2725afe authored almost 13 years ago
Merge pull request #187 from bmihelac/fix-186

Fix #186 - find_template management command does not work

2b9164116d7f517b325be5b7b5260aed95a4ce9c authored almost 13 years ago
Merge pull request #201 from dhepper/master

Change JSONField to allow empty lists

8d7b659177b2c1549152f0de78e392eee830db32 authored almost 13 years ago
Merge pull request #200 from ltvolks/master

Fix failure in python 2.6 when using "shell_plus --print-sql"

9d4a0f3ea513273d2919db940810b1ec19ae6e77 authored almost 13 years ago
ticket #203 make sure INSTALLED_APPS is cohersed into a list and reset the original INSTALLED_APPS on teardown

7496722fd9306e19c40410605b642e2b833c8f2f authored almost 13 years ago
ticket #202, werkzeug link 404'd replaces by generic link to werkzeug and pip install instructions

9d3407e2a85d71bb1933d657868ed42a1f9efc55 authored almost 13 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Removed redundant code (was chec...

eabba9fb974a3cd665966de85a04db410142e73a authored almost 13 years ago
Merge branch 'master' of github.com:ltvolks/django-extensions

* 'master' of github.com:ltvolks/django-extensions:
Fix failure in python 2.6 when using "shel...

cc844420165a30d518e4beade9cd24d3627da725 authored almost 13 years ago
Fix failure in python 2.6 when using "shell_plus --print-sql"

Change introduced in [15c81cd] to display sql execution time relies on a method of datetime.time...

66ce4121eb5929ef82ec2a2818585f3174189a34 authored almost 13 years ago
Changed JSONField to allow empty lists as value

413e5190f62ed7369d2f0907b471c76b49501a5f authored almost 13 years ago
Merge pull request #199 from yassam/master

runprofileserver can now use staticfiles app

d6986f455997c5165325229369b460ee7efd3091 authored almost 13 years ago
Fix failure in python 2.6 when using "shell_plus --print-sql"

Change introduced in [15c81cd] to display sql execution time relies on a method of datetime.time...

b0dfee21c334d60c8a1f62d9f3969c906537fd45 authored almost 13 years ago
Removed redundant code (was checking if statifiles app was installed, but this was already checked before)

702e720453a038ac26464f3ab70a73b8451fafe5 authored almost 13 years ago