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

fix misnamed variable, solved 'app_name' is undefined error on line 387. (Thanks to Rubic for pointing this out!)

github.com/django-extensions/django-extensions - 5daa9b37a3912a9e764972a516cdf3093c20e90b authored about 13 years ago by trbs <[email protected]>
Merge pull request #90 from bit/master

make sqldiff work with django 1.3

github.com/django-extensions/django-extensions - fd3d4a51d87e576f41c754d13e1073b5619131d6 authored about 13 years ago by trbs <[email protected]>
Merge pull request #120 from MichaelBlume/JSONList

remove dict-only restriction on JSONField

github.com/django-extensions/django-extensions - 025d44f86082def8db374ae313490ece4428d150 authored about 13 years ago by trbs <[email protected]>
Merge pull request #99 from xeor/master

Some settings in shell_plus

github.com/django-extensions/django-extensions - 345d3eb4f73967bc3341675edaa2d88c68c5c81d authored about 13 years ago by trbs <[email protected]>
Cleaned up model_alias and model "dont load" options.

github.com/django-extensions/django-extensions - c2d34bf22f895d8998130559f062bde029e24def authored about 13 years ago by Lars Solberg <[email protected]>
Merge branch 'master' of https://github.com/django-extensions/django-extensions

github.com/django-extensions/django-extensions - a706410fd11c352e1243b6f327db43f776d92099 authored about 13 years ago by Lars Solberg <[email protected]>
fixed message when werkzeug is not found for runserver_plus

github.com/django-extensions/django-extensions - b775ce22ae4e8f5ee77504e9d9fc82de92150647 authored over 13 years ago by trbs <[email protected]>
render template files via django template engine.

context is provided from new setting EXTENSIONS_REPLACEMENTS

github.com/django-extensions/django-extensions - 515592af8014432e17f2d863ccfa21c8761b1405 authored over 13 years ago by Mike Shantz <[email protected]>
Merge branch 'django-extensions'

github.com/django-extensions/django-extensions - 7c5920019b2bb64c94f297f8b849253d733844b1 authored over 13 years ago by Antti Kaihola <[email protected]>
Merge pull request #124 from iElectric/master

Added staticfiles support to runserver_plus command.

github.com/django-extensions/django-extensions - ffa051342aa21dab3d032642cdadb7014df5c782 authored over 13 years ago by Jannis Leidel <[email protected]>
check for django.contrib.staticfiles before using it

github.com/django-extensions/django-extensions - 946720b4ec737f572b6777adf87629f5d15ed117 authored over 13 years ago by Domen Kožar <[email protected]>
check for django.contrib.staticfiles in INSTALLED_APPS before serving static

github.com/django-extensions/django-extensions - 5c6b23ee5a0eb3167e9a76dffb971dd5d1110a5b authored over 13 years ago by Domen Kožar <[email protected]>
Add StaticFilesHandler to be compatible with Django 1.3 staticfiles app

github.com/django-extensions/django-extensions - f97729be2bcdd65d412c7e7828927ba4fd34f321 authored over 13 years ago by Domen Kožar <[email protected]>
Merge pull request #58 from palewire/master

Modified S3CreateError path to match pip version of boto

github.com/django-extensions/django-extensions - f278a9d91501933c7d51dffc2ec30341a1872a18 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #77 from treyhunner/ed706202928e67e82cde

AutoSlugField can optionally accept duplicate slugs. Fixed #33.

github.com/django-extensions/django-extensions - 176fccfdde0704748cab75023e51682887e7c806 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #83 from gdoermann/master

Update Permissions

github.com/django-extensions/django-extensions - 481a877e314dce00950171718a02e08cf681ee62 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #102 from tehfink/master

ActivatorModel & TimeStampedModel: default orderings, smart enumerations, and fixed manager

github.com/django-extensions/django-extensions - 614e39d9e8bccec37261e023096c4ed7b5d5ff6d authored over 13 years ago by Jannis Leidel <[email protected]>
Merged themartorana/master. Closes #103.

github.com/django-extensions/django-extensions - 65f8b5b52c37e2a171b757699f343bf248a6260e authored over 13 years ago by Dave Martorana <[email protected]>
Merge pull request #111 from guillaumeesquevin/master

Overridable graph_models templates

github.com/django-extensions/django-extensions - ceed37a09c3e20112fac66e9e3f7be14bb51a047 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #113 from Sharpek/master

Hi, I fix someone...

github.com/django-extensions/django-extensions - 8259704647f6fe95b364dc0fc598dbc01494d466 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #118 from juliengrenier/patch-1

add 'text/javascript' to GZIP_CONTENT_TYPES;

github.com/django-extensions/django-extensions - 8ab23dd30bb89853f61ee583507e443b9b258148 authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #119 from bessl/master

Add notes command.

github.com/django-extensions/django-extensions - f5789ee263a170efcc3206d3806365aafb05d734 authored over 13 years ago by Jannis Leidel <[email protected]>
Fixed IPython integration of the shell_plus management command after IPython 0.11 was released. Closes #121.

github.com/django-extensions/django-extensions - 2fcc824e34957219ff15c05507e3c6b981a730c6 authored over 13 years ago by Jannis Leidel <[email protected]>
remove dict-only restriction on JSONField

github.com/django-extensions/django-extensions - db549c0c6a0ac5ca963187bbded9aeb2e05daff8 authored over 13 years ago by Mike Blume <[email protected]>
add notes command

github.com/django-extensions/django-extensions - 03fbd53bb19eab1c376a22dc77833319604cd15b authored over 13 years ago by Bernhard Essl <[email protected]>
add 'text/javascript' to GZIP_CONTENT_TYPES;

github.com/django-extensions/django-extensions - 42f18b0476ac46d4a43d399be27c26f3e42f5f11 authored over 13 years ago by Julien Grenier <[email protected]>
Merge pull request #115 from Christophe31/patch-1

Fix TypeError: expected a character buffer object on passwd cmd use.

github.com/django-extensions/django-extensions - 7b57dcf6afa8b7dd17bcffd44d1c93d9de767ef3 authored over 13 years ago by Jannis Leidel <[email protected]>
Fix TypeError: expected a character buffer object on passwd use.

github.com/django-extensions/django-extensions - d12c493aa68c401bf462c1f874cb83ce99ef663f authored over 13 years ago by Narbonne <[email protected]>
AutoSlugField, if populate_from element is None, return empty string, not none

github.com/django-extensions/django-extensions - 6c2145561b0fe65ac1003795e3afc05406d494c5 authored over 13 years ago by Marcin Baran <[email protected]>
Graph models templates are now in corresponding files, allowing easy override by other django apps

github.com/django-extensions/django-extensions - 24d4c18b0c05aa3a44e2b5d0ecfe267ad9380c73 authored over 13 years ago by Guillaume Esquevin <[email protected]>
Merge pull request #106 from lamby/master

Add optional --threaded argument to runserver_plus.

github.com/django-extensions/django-extensions - ab4cca67f5cb8cddfc643a6eb7d1868a32b134a9 authored over 13 years ago by Jannis Leidel <[email protected]>
Add optional --threaded argument to runserver_plus.

Signed-off-by: Chris Lamb <[email protected]>

github.com/django-extensions/django-extensions - 85dde752d63d98057dc92f80a4ec84fce919b5ba authored over 13 years ago by Chris Lamb <[email protected]>
Merge branch 'django-extensions' into umlish-graphmodels

github.com/django-extensions/django-extensions - bc1be8e205751c5a964432f9efe6216d40f1ef9e authored over 13 years ago by Filipe Correia <[email protected]>
Moved misplaced code merged from tomviner's fork

github.com/django-extensions/django-extensions - 7f63ba8cf7520316092d43208990be059bff8fbd authored over 13 years ago by Filipe Correia <[email protected]>
Merge branch 'tomviner-fork' into umlish-graphmodels

github.com/django-extensions/django-extensions - 7cdb097a3722ff1d9afe4bc38835515f4f50bd50 authored over 13 years ago by Filipe Correia <[email protected]>
Merge pull request #104 from MichaelBlume/fix_update_wrapper.

Try to import update_wrapper from functools.

github.com/django-extensions/django-extensions - 22e4d4f9b24b8ced79ebf98dc153fcbb5d33784c authored over 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #94 from chrislea/master.

Added a parameter to get_db_prep_save calls to squash deprecation warnings in newest Django release

github.com/django-extensions/django-extensions - 4afdda1ae69ac0b54982288a61efe2a89359c34c authored over 13 years ago by Jannis Leidel <[email protected]>
runscript: check if module exists before importing

Calling runscript for a script that raises an ImportError will raise the
exception instead of re...

github.com/django-extensions/django-extensions - fc6722dac01119d5c26125330a5a741c9f644869 authored over 13 years ago by Trey Hunner <[email protected]>
Excluding fields inherited from abstract models

github.com/django-extensions/django-extensions - 9939436c9ef0b9b996b1ecc8e922b71b7cdbfdb2 authored over 13 years ago by Filipe Correia <[email protected]>
Adding abstract models to the pile of models to process (get_models() doesn't return abstract models). This adds them to the loop that will depict their relations, otherwise the relations of an abstract model are never depicted at that level

github.com/django-extensions/django-extensions - 256391ac220a497a53bd82bdac9b47d27170fc14 authored over 13 years ago by Filipe Correia <[email protected]>
allow inheriting classes to modify ActivatorModelManager's `get_query_set()`

github.com/django-extensions/django-extensions - 6e8ed84a6fadd4f4112b9fa64d51944c490d3271 authored over 13 years ago by tehfink <[email protected]>
enumerated choices for ActivatorModel: http://www.b-list.org/weblog/2007/nov/02/handle-choices-right-way/

github.com/django-extensions/django-extensions - d68835eba14995baf6128c51b02d3a4933e62364 authored over 13 years ago by tehfink <[email protected]>
default ordering for abstract ActivatorModel

github.com/django-extensions/django-extensions - 5158cf7a684e9c39b966f7efb91442f8b60e82cd authored over 13 years ago by tehfink <[email protected]>
`get_latest_by` & `ordering` defaults for abstract TimeStampedModel

github.com/django-extensions/django-extensions - 337a8127a270627a70a28d07d2b48e724978d8ec authored over 13 years ago by tehfink <[email protected]>
Merge branch 'master' of git://github.com/django-extensions/django-extensions

Conflicts:
django_extensions/db/models.py

github.com/django-extensions/django-extensions - 5632a0022d8a6f15c9a3c62646e27627b48c2e71 authored over 13 years ago by tehfink <[email protected]>
Added documentation for settings

github.com/django-extensions/django-extensions - c2990b834b4d7f009b5561785ec293d17ce83485 authored over 13 years ago by Lars Solberg <[email protected]>
Possible to have settings for aliases and "dont load" autoload modules.

github.com/django-extensions/django-extensions - ffadcc0fe604016eced800b15a1237b42914c79e authored over 13 years ago by Lars Solberg <[email protected]>
Fixed: when a base class would have a many_to_many relation, all inheriting classes were also depicted with that relation

github.com/django-extensions/django-extensions - 4daefd389a285ac5506fc16740e2e834acb77974 authored over 13 years ago by Filipe Correia <[email protected]>
add connection parameter to get_db_prep_save calls to avoid deprecation warnings in Django >= 1.3 ref: http://docs.djangoproject.com/en/dev/releases/1.2-alpha-1/#get-db-prep-methods-on-field

github.com/django-extensions/django-extensions - 657b69574e58c85229ed107d10bb69d4baf81865 authored over 13 years ago by Chris Lea <[email protected]>
Merge branch 'gdoermann'

github.com/django-extensions/django-extensions - 304771c2740bfdf3dbf4bb2db92c0c324e00e26c authored over 13 years ago by Antti Kaihola <[email protected]>
Merge branch 'official'

Resolved whitespace conflict in:
django_extensions/management/commands/show_urls.py

github.com/django-extensions/django-extensions - 718cbb1c895fcf5612731fb847e1aa205bb0086f authored over 13 years ago by Antti Kaihola <[email protected]>
Hack to make inheritance relations tend to be graphed from the top to the bottom of the diagram (i.e., parent classes appear above child classes)

github.com/django-extensions/django-extensions - a4dc8c7260f242bf920a0cfcdf3ae086ec5d54ad authored over 13 years ago by Filipe Correia <[email protected]>
Changed some arrowheads, to resemble UML notation (i.e., dot arrowheads are used to represent multiplicit)

github.com/django-extensions/django-extensions - 12c0456e0705725706a85db041dfdd86c552c63e authored over 13 years ago by Filipe Correia <[email protected]>
Excluded many_to_many fields from appearing as attributes (I think this was already dead code at this time).

github.com/django-extensions/django-extensions - 66bdb3a2243f12880d1af11111aff34b71206fe8 authored over 13 years ago by Filipe Correia <[email protected]>
- Excluding relations from being depicted as attributes

- Considering "local_field"s of django models, as showing "field"s will consider fields of the en...

github.com/django-extensions/django-extensions - 8017a3368ad73dc5efbd95e0c123e43066aab6fb authored over 13 years ago by Filipe Correia <[email protected]>
Merge branch 'graphmodels' of git://github.com/joernhees/django-extensions.git

github.com/django-extensions/django-extensions - b4a620537319642b16af345e03aef1b659f4c278 authored over 13 years ago by Filipe Correia <[email protected]>
- use connection.__module__.split('.')[-2] in django 1.3 to get current db engine.

- db_type needs connection passed as argument in django 1.3

github.com/django-extensions/django-extensions - 18c98084cd5e67cb029918b429067a1f1a7fad65 authored over 13 years ago by j <[email protected]>
Merge remote branch 'upstream/master'

github.com/django-extensions/django-extensions - 7f3ca4a7fe38a9cdd3803759d20299b26d833ea4 authored over 13 years ago by j <[email protected]>
add reverse relation names in brackets

github.com/django-extensions/django-extensions - a24b52371cc3e2159ddacf7509504f262bb2a2f7 authored over 13 years ago by Tom <[email protected]>
Try to import update_wrapper from functools.

Django trunk is abandoning Python 2.4 support, and thus no longer
includes update_wrapper in its...

github.com/django-extensions/django-extensions - e433120c936be62e69e67f201855c5f8c015991a authored over 13 years ago by Mike Blume <[email protected]>
added update permissions command

github.com/django-extensions/django-extensions - d2ae9ba13d918a7f7dbbe22cf134ebf8ea71f2bf authored almost 14 years ago by Greg Doermann <[email protected]>
fix StringIO call, missed removing cStringIO from call after import (thanks jonlesser for reporting this!)

github.com/django-extensions/django-extensions - 8d36f71037d61bb992d945531745014af48b9264 authored almost 14 years ago by trbs <[email protected]>
PEP 8 love (for issue #80)

github.com/django-extensions/django-extensions - 38227bd68e499a51b9269857bc73b2aef1517b39 authored almost 14 years ago by trbs <[email protected]>
Merge remote branch 'upstream/master'

github.com/django-extensions/django-extensions - 0b820fd8daee38b4a704486e01e4fd5fbcefeafb authored almost 14 years ago by j <[email protected]>
added support for loading exclude and include lists from file

github.com/django-extensions/django-extensions - 31afe04ec784a477f43d7a70b065e8ae2c5a3af3 authored almost 14 years ago by trbs <[email protected]>
added support for exclude models and exclude columns

github.com/django-extensions/django-extensions - 1a4d7896ecb0b2a3dd4e23ed581ff6fdaba516fc authored almost 14 years ago by trbs <[email protected]>
Added keyword argument to AutoSlug field to allow non-unique slugs

github.com/django-extensions/django-extensions - ed706202928e67e82cdee36a41f77f8f7b7adc28 authored almost 14 years ago by Trey Hunner <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - 5e0582bcd485cedd3d2684bab75ccf9ba55c1139 authored almost 14 years ago by trbs <[email protected]>
corrected another typo in help text

github.com/django-extensions/django-extensions - 3f653cb798141b880f9360235c46e1f6281c604b authored almost 14 years ago by trbs <[email protected]>
corrected spelling

github.com/django-extensions/django-extensions - 55f887b3234ca662a53f1c0707d533ecfe50dec9 authored almost 14 years ago by Kevin Tran <[email protected]>
fixed ticket #74 spelling error in help text, thanks to ChrisMatthews for fixing this.

github.com/django-extensions/django-extensions - 7e8ca6e9577fe3b6f3286d72dd54e2757352c203 authored almost 14 years ago by trbs <[email protected]>
double precision is a valid field type

github.com/django-extensions/django-extensions - 22e3d95e19f3747d9c883ca397c277579f986f0c authored almost 14 years ago by j <[email protected]>
another set -> list conversion fix

github.com/django-extensions/django-extensions - dca0e7c95060f94fbb235e38d42e2b0f57e9229b authored almost 14 years ago by Gabriel Grant <[email protected]>
fixes passwd: return a single string, rather than a tuple

github.com/django-extensions/django-extensions - 4dc193bb78c9d4f33a7e0ff32b860a373231e208 authored almost 14 years ago by Gabriel Grant <[email protected]>
corrected spelling

github.com/django-extensions/django-extensions - 84612f0095ad730b49a7b436dd15f43107166a1a authored almost 14 years ago by Kevin Tran <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - 9784a0f6a27004b7316a45aa1fd67fb50ac9f821 authored almost 14 years ago by trbs <[email protected]>
fixes #70, fix database quoting

patch by carbonXT

github.com/django-extensions/django-extensions - a2213e0b49ef967967a2fe8dbf02295958930746 authored almost 14 years ago by trbs <[email protected]>
Pulled updates from Transifex (again), fixing plural forms and other things.

github.com/django-extensions/django-extensions - bba8b12c398e83a165318c7017bda437de84882f authored almost 14 years ago by Jannis Leidel <[email protected]>
Added Transifex config file.

github.com/django-extensions/django-extensions - 8a41395915fd3168ec218a77bd2d50d3d89421ec authored almost 14 years ago by Jannis Leidel <[email protected]>
Renamed invalid "zh" locale to "zh_CN".

github.com/django-extensions/django-extensions - aae719cc356b96e870b98625729eff24d5e785ff authored almost 14 years ago by Jannis Leidel <[email protected]>
Updated translation files, including the source file (en/django.po).

github.com/django-extensions/django-extensions - f20d84ca58a8cbef5cde60988ad7abca8e69944d authored almost 14 years ago by Jannis Leidel <[email protected]>
Fixes ticket #68: show_urls prints class instances and other 'exotic' view objects in a nicer form

github.com/django-extensions/django-extensions - 049296b97b805720b2a758567580df17e4e0696c authored almost 14 years ago by Antti Kaihola <[email protected]>
Fixes ticket #66: customize output colors only if colors supported

github.com/django-extensions/django-extensions - 8255fbee388848947aeb70bc960e23b28c11a0dd authored almost 14 years ago by Antti Kaihola <[email protected]>
Fixes ticket #68: show_urls prints class instances and other 'exotic' view objects in a nicer form

github.com/django-extensions/django-extensions - c52f07f8ce0a1a387ee4c879c167cdc5dc7b4a86 authored almost 14 years ago by Antti Kaihola <[email protected]>
Fixes ticket #66: customize output colors only if colors supported

github.com/django-extensions/django-extensions - 32b1bebca9433d7edf3e5b2879e2d58e0a3cef76 authored almost 14 years ago by Antti Kaihola <[email protected]>
fixed new dumpscript.InstanceCode.skip() implementation: sets can't be added to lists

github.com/django-extensions/django-extensions - 8ace46cb79cb4e7d5b02cf84056f1ebb0844cca8 authored almost 14 years ago by Gabriel Grant <[email protected]>
Added test for dumpscript and a test runner. Fixes #64

github.com/django-extensions/django-extensions - 2f44a72f1ebe3303b67eaa4200349b7484c41cde authored almost 14 years ago by Gabriel Grant <[email protected]>
Fix Instance.skip() which was broken by the refactor of Django's deletion code in r14507

github.com/django-extensions/django-extensions - dd0b5b430d54710df56e7e6e8ae6a923c514aff5 authored almost 14 years ago by Gabriel Grant <[email protected]>
bumped version number to new development version

github.com/django-extensions/django-extensions - c26ef2b6514153b77c3616ac0d1af578a5fc2aa8 authored about 14 years ago by trbs <[email protected]>
updated version information in Installation Instruction

github.com/django-extensions/django-extensions - a1f28f22aa4f7f6587e21cf0b1d20b0e50fce8f6 authored about 14 years ago by trbs <[email protected]>
added information about Eric Holscher's screencast to the documentation

github.com/django-extensions/django-extensions - 29b2532c4bc2ded7e7263bee623c8e46955fb6d3 authored about 14 years ago by trbs <[email protected]>
Added basic README text to documentation index

github.com/django-extensions/django-extensions - be72d51f628214f2a43ec8bb3fc85d40b38a29ff authored about 14 years ago by trbs <[email protected]>
preparing for release, bumped version number to 0.6

github.com/django-extensions/django-extensions - 508f8f3e8fa9c1086eb648c6860fae441265f552 authored about 14 years ago by trbs <[email protected]>
added README file

this should show up nicely in github :)

github.com/django-extensions/django-extensions - 4723cdd043d055946bea1171283d5ce0bc5cfc4a authored about 14 years ago by trbs <[email protected]>
Split doctests for utils into seperated parts for truncate_letters and uuid tests

github.com/django-extensions/django-extensions - 7896310ab42c7fa7729174e16d39993d5db8afc4 authored about 14 years ago by trbs <[email protected]>
Replaced S3CreateError with an import path that works with the pip version of boto.

github.com/django-extensions/django-extensions - bc37090a7942580e4a5701e64e2f025af6954d31 authored about 14 years ago by Ben Welsh <[email protected]>