Ecosyste.ms: OpenCollective

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

djangoextensions

This is a repository for collecting global custom management extensions for the Django Framework.
Collective - Host: opensource - https://opencollective.com/djangoextensions - Code: 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

github.com/django-extensions/django-extensions - 7631e7078993ffdc981ed0aefcc99c4d3071df6c authored over 12 years ago by trbs <[email protected]>
forgotten if

github.com/django-extensions/django-extensions - dcba79bb68b5ae490642737590191b8f0062593f authored over 12 years ago by Dominique Guardiola <[email protected]>
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 ...

github.com/django-extensions/django-extensions - 50adcd8924dc3d669aa48851a2c92cb92b0a727e authored over 12 years ago by Dominique Guardiola <[email protected]>
Merge pull request #239 from twigs/master

Ouput redirection for dumpscript

github.com/django-extensions/django-extensions - 21a85adc1db110e9d6f160722cb09cec37913548 authored over 12 years ago by trbs <[email protected]>
added support for output redirection to dumpscript

github.com/django-extensions/django-extensions - bd0d036a57220c901b0c803db3d494cf8e5e5665 authored over 12 years ago by twigs <[email protected]>
Merge pull request #238 from ahref/master

Fixed bug on AutoSlugField with empty populate_from field

github.com/django-extensions/django-extensions - 31575b081364a82e05e47c603bef864fc5f2d582 authored over 12 years ago by trbs <[email protected]>
Fixed issue with updating slugs with empty source

github.com/django-extensions/django-extensions - 5ba17cf4133902facef90e8fc124eaf73f9ec4d2 authored over 12 years ago by Martino Pizzol <[email protected]>
Merge pull request #237 from kkumler/master

mail_debug: output file and settings option

github.com/django-extensions/django-extensions - 332cb31537d86862d33cfd3d14b7bb741c815d4c authored over 12 years ago by trbs <[email protected]>
Included '--use-settings' option

github.com/django-extensions/django-extensions - 87160bade5a6c2f57effb3ef9b586a4c4d534578 authored over 12 years ago by Kris Kumler <[email protected]>
Changed mail_debug output to use logging module (for stdout/stderr as well as file output)

github.com/django-extensions/django-extensions - e7e68d3ad0922c50b94d3ace41b7adbe4468c0cb authored over 12 years ago by Kris Kumler <[email protected]>
in django 1.4 settings is_safe attribute on the function is deprecated

github.com/django-extensions/django-extensions - 81a81dc52d21ca11591cef41aeb88a2bf6180abc authored over 12 years ago by trbs <[email protected]>
Merge pull request #236 from ahref/master

Possible fix for issue #34

github.com/django-extensions/django-extensions - 38048f5d28c7348c26b5a438cddfea698e0e9594 authored over 12 years ago by trbs <[email protected]>
add tests for AutoSlugField (test also issue #34)

github.com/django-extensions/django-extensions - 39fe2a18e5f93f3c05e099ff5b64f08b66805980 authored over 12 years ago by Martino Pizzol <[email protected]>
Merge pull request #234 from akaihola/master

Added support for IPython Notebook

github.com/django-extensions/django-extensions - de13df7b334541d30846e1bdb7a2986fe5b3a05c authored over 12 years ago by trbs <[email protected]>
Refs #233: Added the IPYTHON_ARGUMENTS Django setting for customizing the arguments passed to IPython Notebook

github.com/django-extensions/django-extensions - c6998fa31b53e2de9536a970cae3f1cb6b3103af authored over 12 years ago by Antti Kaihola <[email protected]>
Merge branch 'master' of github.com:akaihola/django-extensions

github.com/django-extensions/django-extensions - 3c4c65d812e2a858f619a437beaa1f5115f5d23a authored over 12 years ago by Antti Kaihola <[email protected]>
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.

github.com/django-extensions/django-extensions - 770c15af37697cdfe1e596d432df7c4f8bf346eb authored over 12 years ago by Antti Kaihola <[email protected]>
added comment about name clashes

github.com/django-extensions/django-extensions - a4a03a1e689c5a65550861c9d3c91fc72709e7a7 authored over 12 years ago by trbs <[email protected]>
use more modern cli arguments for graph_models

github.com/django-extensions/django-extensions - 422d7d6978a2593ecdda44e7d91e14863f9fee69 authored over 12 years ago by trbs <[email protected]>
Merge pull request #230 from doismellburning/readme_examples

Added some usage examples to README

github.com/django-extensions/django-extensions - e6c671fb800d37381926ff1788890929cf7cea55 authored over 12 years ago by trbs <[email protected]>
Merge pull request #231 from doismellburning/github_capitalisation_fix

Fixed capitalisation of GitHub in README

github.com/django-extensions/django-extensions - 59f239a4112dd014e336296006c3b3f344061e82 authored over 12 years ago by trbs <[email protected]>
Added some usage examples to README

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

github.com/django-extensions/django-extensions - 4ff0cac27b5c8034bc9799aac02e83d5e794f1d9 authored over 12 years ago by Kristian Glass <[email protected]>
Fixed capitalisation of GitHub in README

github.com/django-extensions/django-extensions - a9a0e3e41f59fbc00f6745e0ee7247e9c668d31e authored over 12 years ago by Kristian Glass <[email protected]>
Fix #229 image path for selector-search.gif changed with django 1.4

github.com/django-extensions/django-extensions - b9b9c332340c7339bd0e7bcc4c1a600e05caa916 authored over 12 years ago by trbs <[email protected]>
Merge pull request #228 from twoolie/patch-1

Add an option to quiet down model loading messages

github.com/django-extensions/django-extensions - afc63a62e7e3cee509ecb705054418ac83751bed authored over 12 years ago by trbs <[email protected]>
Add an option to quiet down model loading messages

github.com/django-extensions/django-extensions - 64bc25b7937fd1886462a1c048b2794ea627d5bc authored over 12 years ago by Thomas Woolford <[email protected]>
only enable the unit test if there are keyczar keys installed

github.com/django-extensions/django-extensions - 2dc9fff3a2a413cc24f6340ca448e525828a1892 authored over 12 years ago by trbs <[email protected]>
create test keys and directory for keyczar so that it does not fail the tests

github.com/django-extensions/django-extensions - c9fd8ccf301cebc784b602a0af214eef67f80548 authored over 12 years ago by trbs <[email protected]>
make assert python2.6 compatible

github.com/django-extensions/django-extensions - 3bb167fdbf4e4e3f41a7dda6dbdb2005f3be6d52 authored over 12 years ago by trbs <[email protected]>
make tests work with setup.py test and move test in one location

github.com/django-extensions/django-extensions - 8b0850e924357a997be13391f13b27aa03a20330 authored over 12 years ago by trbs <[email protected]>
Merge pull request #227 from marcosdiez/master

dumpscript is more friendly with non exported foreign keys

github.com/django-extensions/django-extensions - d5c38ab998a596ba2b41aba089326babad21cdb8 authored over 12 years ago by trbs <[email protected]>
dumpscript is more friendly with foreign objects containing inheritance

github.com/django-extensions/django-extensions - 9871732124bd2b1d9c3070b971b39941a40d26bb authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript now is even more friendly with non exported foreign keys

github.com/django-extensions/django-extensions - 1e98ddd40d5762398d801e529407180f3ad5f3e9 authored over 12 years ago by Marcos Diez <[email protected]>
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...

github.com/django-extensions/django-extensions - 8a4c3108b462c0e6022ca1d05e2fba9dec689aa0 authored over 12 years ago by trbs <[email protected]>
Merge pull request #225 from marcosdiez/master

Many Changes in DumpScript

github.com/django-extensions/django-extensions - e38fb102ec1b04a594e5d9a1908497ae1e4c9d3b authored over 12 years ago by trbs <[email protected]>
Merge pull request #226 from msabramo/docs-print_settings

Add docs for `print_settings` command

github.com/django-extensions/django-extensions - 540fd694cff04e764ec4fee7c71d44e2b77d9397 authored over 12 years ago by trbs <[email protected]>
Add docs for `print_settings` command

github.com/django-extensions/django-extensions - 75a003501f7c9a37f17e734cbc5f8518ff7db030 authored over 12 years ago by Marc Abramowitz <[email protected]>
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...

github.com/django-extensions/django-extensions - 8c5a1e8d619f3fe847be71355089e874b803bf8d authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript: now dependencies of non exported classes are added as well

github.com/django-extensions/django-extensions - 10d2569604c1a9374967d102a2dc68f00e848b4a authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript: little refactoring for readability

github.com/django-extensions/django-extensions - 2aea51f48552534f2a75b0ffddbe3ea4bae85b01 authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript: improved how dependencies are calculated

github.com/django-extensions/django-extensions - bb917da32ec1dd0d1258b90c7ad7ff1b5a8c7118 authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript: Objects not added are created as on the first step instead of the second

github.com/django-extensions/django-extensions - 4ca92c3198e2b90f38f32fbffe6e79cbf17448e8 authored over 12 years ago by Marcos Diez <[email protected]>
dumpscript: the generated file has some coments that helps they way it is parsed

github.com/django-extensions/django-extensions - 43378071680d4495a228d9a5325bab930f457038 authored over 12 years ago by Marcos Diez <[email protected]>
Merge pull request #224 from fusionbox/master

Django 1.4 WSGI_APPLICATION support

github.com/django-extensions/django-extensions - b534b015c55635a722dd1a1a22f13951bf564dd0 authored over 12 years ago by trbs <[email protected]>
Django 1.4 WSGI_APPLICATION support

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

github.com/django-extensions/django-extensions - 99ab9c06b8c62147c2dada39b378053aa9cda049 authored over 12 years ago by Gavin Wahl <[email protected]>
Merge pull request #223 from ptoal/222

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

github.com/django-extensions/django-extensions - 6a9bbe090e9ceeaaf7163fcd1dc95f5ec73a01d3 authored over 12 years ago by trbs <[email protected]>
Fix #222 patch to handle retval type None

github.com/django-extensions/django-extensions - 92bf9313873bc83011628a6eeb28a02aab571847 authored over 12 years ago by Patrick Toal <[email protected]>
Patch for Issue #222 better handling of unicode strings in BaseEncryptedField

github.com/django-extensions/django-extensions - f63e7769aa6c33062f651547f14a295f0f81921e authored over 12 years ago by Patrick Toal <[email protected]>
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

github.com/django-extensions/django-extensions - 191fe006b40baecdfcee5093c9911c4c09e5c3c8 authored over 12 years ago by trbs <[email protected]>
Merge pull request #219 from alfredo/master

Bugfix: Escaped database name for MySQL.

github.com/django-extensions/django-extensions - 7e9cd05b6caec2eb0862008ce33419810e94a60b authored over 12 years ago by trbs <[email protected]>
Bugfix: Escaped database name for MySQL.

github.com/django-extensions/django-extensions - 611f3571c6e26687a02a280a369403fb2811c5d4 authored over 12 years ago by Alfredo Aguirre <[email protected]>
renamed check_templates to validate_templates

github.com/django-extensions/django-extensions - 95819b2af6a9b1df46dcf0475be387a69c48c491 authored over 12 years ago by trbs <[email protected]>
check_templates; add support for CHECK_TEMPLATES_EXTRA_TEMPLATE_DIRS in settings file

github.com/django-extensions/django-extensions - 5b056cfbf40825c1bf361894a30ec112d7b709c5 authored over 12 years ago by trbs <[email protected]>
added check_templates command

github.com/django-extensions/django-extensions - 3de3e610cf55a25a3242de05b69230adc4507c74 authored over 12 years ago by trbs <[email protected]>
Add .travis.yml for Travis CI (http://travis-ci.org/)

github.com/django-extensions/django-extensions - f25094aa7c1ed66df7e6f220e7672400634049cc authored over 12 years ago by Marc Abramowitz <[email protected]>
Add tox.ini for tox (http://tox.testrun.org/)

github.com/django-extensions/django-extensions - eae3322891c313be19489daa2083c12218df917d authored over 12 years ago by Marc Abramowitz <[email protected]>
Make `python setup.py test` run the test suite.

github.com/django-extensions/django-extensions - 95be43a7b1e135e711879ce8f13cb4df27b7917a authored over 12 years ago by Marc Abramowitz <[email protected]>
Add tests for the print_settings command

github.com/django-extensions/django-extensions - 37cb478e4f677fad80a09a8c37994935ce03c025 authored over 12 years ago by Marc Abramowitz <[email protected]>
Merge pull request #216 from wiz/hstore-sqldiff

[sqldiff] PostgreSQL + hstore

github.com/django-extensions/django-extensions - c857a44a5caa49ef02a7bfa4f8eb2896e1274b9d authored over 12 years ago by trbs <[email protected]>
Consult PostgreSQL type table to identify unknown field IDs and detect hstore field.

github.com/django-extensions/django-extensions - c373accbf402ce908efa38cfb2dbc0e7309b34a1 authored over 12 years ago by dpwiz <[email protected]>
update creating release information

github.com/django-extensions/django-extensions - 44da7d538b3ebf4eba4dce0f006c8ccbf1cd8934 authored over 12 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - e4660f120656ed61bb1dd3ac5f7b71040e641eba authored over 12 years ago by trbs <[email protected]>
fix bad case of deleting from list while iterating over it

github.com/django-extensions/django-extensions - 8d61cf5a11f47a5c4e182cf6957250c167ee0e67 authored over 12 years ago by trbs <[email protected]>
fix rst block for documentation url

git push

github.com/django-extensions/django-extensions - c836a24c709e7fb4e4009527825ff77c22ebbe87 authored over 12 years ago by trbs <[email protected]>
Merge branch 'master' of https://github.com/django-extensions/django-extensions

github.com/django-extensions/django-extensions - ba8debfb7f3162787b1bde6180cf7ac6f38979ef authored over 12 years ago by trbs <[email protected]>
added get involved section

github.com/django-extensions/django-extensions - 69148d144a2bce7712b67a6eee6f041b6668cfc7 authored over 12 years ago by trbs <[email protected]>
Merge pull request #144 from msabramo/master

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

github.com/django-extensions/django-extensions - 6e29554efbc19648c10016d4d582dce507883505 authored over 12 years ago by trbs <[email protected]>
ticket #196 adminmediahandler was deprecated in django 1.5

github.com/django-extensions/django-extensions - 1103a54d9f0f3eb6222b32f9779540b291338333 authored over 12 years ago by trbs <[email protected]>
Revert "check that the model is actually belonging to the app while importing"

This reverts commit 3b691eb510eca3aa599a1c18b4b950278a2600a2.

github.com/django-extensions/django-extensions - c34eb87beecee3364d6258f43446caa24fdd4205 authored over 12 years ago by trbs <[email protected]>
check that the model is actually belonging to the app while importing

github.com/django-extensions/django-extensions - 3b691eb510eca3aa599a1c18b4b950278a2600a2 authored over 12 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - 6a564cfabcf22025a66cc2aa374c6341b5ed953a authored over 12 years ago by trbs <[email protected]>
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...

github.com/django-extensions/django-extensions - 01ff4ea3ce6b5c5bc610afcdc1ebd0913a7d0f58 authored over 12 years ago by trbs <[email protected]>
Merge pull request #209 from floppym/master

Include docs in tarballs.

github.com/django-extensions/django-extensions - 76fa652352aea00c5714b13213c7cf1f0c380cea authored over 12 years ago by Jannis Leidel <[email protected]>
Include docs in tarballs.

github.com/django-extensions/django-extensions - d71ab7c13f7d093a5435251277761b3ea0eddb08 authored over 12 years ago by Mike Gilbert <[email protected]>
Merge pull request #207 from stj/master

Modelviz fix graph generic relations

github.com/django-extensions/django-extensions - 9ab000d394bb914c9052e5c1d47b160f73a825c7 authored over 12 years ago by trbs <[email protected]>
Fix wrong indentation level for elif

github.com/django-extensions/django-extensions - 80b34be726e261fa86f9645b5ed884b600376b3b authored over 12 years ago by Stefan Tjarks <[email protected]>
Merge pull request #205 from TrueCar/master

Updated to encrypted fields to truncate if necessary before encryption

github.com/django-extensions/django-extensions - 5da6ff0461fa7b6b854e88a1180b8efd05c76a2d authored over 12 years ago by trbs <[email protected]>
Truncate encrypted fields before writting to database to ensure fields are readable when read back

github.com/django-extensions/django-extensions - b9beb4a9b18ea685d291af3d92c81c0eeab30b52 authored over 12 years ago by Ted Schundler <[email protected]>
Truncate encrypted fields before writting to database to ensure fields are readable when read back

github.com/django-extensions/django-extensions - 86602c5b263ab6d2f833ad8f85a02c67d2725afe authored over 12 years ago by Ted Schundler <[email protected]>
Merge pull request #187 from bmihelac/fix-186

Fix #186 - find_template management command does not work

github.com/django-extensions/django-extensions - 2b9164116d7f517b325be5b7b5260aed95a4ce9c authored over 12 years ago by trbs <[email protected]>
Merge pull request #201 from dhepper/master

Change JSONField to allow empty lists

github.com/django-extensions/django-extensions - 8d7b659177b2c1549152f0de78e392eee830db32 authored over 12 years ago by trbs <[email protected]>
Merge pull request #200 from ltvolks/master

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

github.com/django-extensions/django-extensions - 9d4a0f3ea513273d2919db940810b1ec19ae6e77 authored over 12 years ago by trbs <[email protected]>
ticket #203 make sure INSTALLED_APPS is cohersed into a list and reset the original INSTALLED_APPS on teardown

github.com/django-extensions/django-extensions - 7496722fd9306e19c40410605b642e2b833c8f2f authored over 12 years ago by trbs <[email protected]>
ticket #202, werkzeug link 404'd replaces by generic link to werkzeug and pip install instructions

github.com/django-extensions/django-extensions - 9d3407e2a85d71bb1933d657868ed42a1f9efc55 authored over 12 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

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

github.com/django-extensions/django-extensions - eabba9fb974a3cd665966de85a04db410142e73a authored over 12 years ago by Lucas Taylor <[email protected]>
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...

github.com/django-extensions/django-extensions - cc844420165a30d518e4beade9cd24d3627da725 authored over 12 years ago by Lucas Taylor <[email protected]>
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...

github.com/django-extensions/django-extensions - 66ce4121eb5929ef82ec2a2818585f3174189a34 authored over 12 years ago by Lucas Taylor <[email protected]>
Changed JSONField to allow empty lists as value

github.com/django-extensions/django-extensions - 413e5190f62ed7369d2f0907b471c76b49501a5f authored over 12 years ago by Daniel Hepper <[email protected]>
Merge pull request #199 from yassam/master

runprofileserver can now use staticfiles app

github.com/django-extensions/django-extensions - d6986f455997c5165325229369b460ee7efd3091 authored over 12 years ago by trbs <[email protected]>
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...

github.com/django-extensions/django-extensions - b0dfee21c334d60c8a1f62d9f3969c906537fd45 authored over 12 years ago by Lucas Taylor <[email protected]>
Removed redundant code (was checking if statifiles app was installed, but this was already checked before)

github.com/django-extensions/django-extensions - 702e720453a038ac26464f3ab70a73b8451fafe5 authored over 12 years ago by Yasir Assam <[email protected]>