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

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

5daa9b37a3912a9e764972a516cdf3093c20e90b authored over 13 years ago
Merge pull request #90 from bit/master

make sqldiff work with django 1.3

fd3d4a51d87e576f41c754d13e1073b5619131d6 authored over 13 years ago
Merge pull request #120 from MichaelBlume/JSONList

remove dict-only restriction on JSONField

025d44f86082def8db374ae313490ece4428d150 authored over 13 years ago
Merge pull request #99 from xeor/master

Some settings in shell_plus

345d3eb4f73967bc3341675edaa2d88c68c5c81d authored over 13 years ago
Cleaned up model_alias and model "dont load" options.

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

a706410fd11c352e1243b6f327db43f776d92099 authored over 13 years ago
fixed message when werkzeug is not found for runserver_plus

b775ce22ae4e8f5ee77504e9d9fc82de92150647 authored over 13 years ago
render template files via django template engine.

context is provided from new setting EXTENSIONS_REPLACEMENTS

515592af8014432e17f2d863ccfa21c8761b1405 authored over 13 years ago
Merge branch 'django-extensions'

7c5920019b2bb64c94f297f8b849253d733844b1 authored over 13 years ago
Merge pull request #124 from iElectric/master

Added staticfiles support to runserver_plus command.

ffa051342aa21dab3d032642cdadb7014df5c782 authored over 13 years ago
check for django.contrib.staticfiles before using it

946720b4ec737f572b6777adf87629f5d15ed117 authored over 13 years ago
check for django.contrib.staticfiles in INSTALLED_APPS before serving static

5c6b23ee5a0eb3167e9a76dffb971dd5d1110a5b authored over 13 years ago
update AUTHORS

386dae598203ed92d3b638c2c7356a48f5b3de57 authored over 13 years ago
Add StaticFilesHandler to be compatible with Django 1.3 staticfiles app

f97729be2bcdd65d412c7e7828927ba4fd34f321 authored over 13 years ago
Merge pull request #58 from palewire/master

Modified S3CreateError path to match pip version of boto

f278a9d91501933c7d51dffc2ec30341a1872a18 authored over 13 years ago
Merge pull request #77 from treyhunner/ed706202928e67e82cde

AutoSlugField can optionally accept duplicate slugs. Fixed #33.

176fccfdde0704748cab75023e51682887e7c806 authored over 13 years ago
Merge pull request #83 from gdoermann/master

Update Permissions

481a877e314dce00950171718a02e08cf681ee62 authored over 13 years ago
Merge pull request #102 from tehfink/master

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

614e39d9e8bccec37261e023096c4ed7b5d5ff6d authored over 13 years ago
Merged themartorana/master. Closes #103.

65f8b5b52c37e2a171b757699f343bf248a6260e authored over 13 years ago
Merge pull request #111 from guillaumeesquevin/master

Overridable graph_models templates

ceed37a09c3e20112fac66e9e3f7be14bb51a047 authored over 13 years ago
Merge pull request #113 from Sharpek/master

Hi, I fix someone...

8259704647f6fe95b364dc0fc598dbc01494d466 authored over 13 years ago
Merge pull request #118 from juliengrenier/patch-1

add 'text/javascript' to GZIP_CONTENT_TYPES;

8ab23dd30bb89853f61ee583507e443b9b258148 authored over 13 years ago
Merge pull request #119 from bessl/master

Add notes command.

f5789ee263a170efcc3206d3806365aafb05d734 authored over 13 years ago
Fixed IPython integration of the shell_plus management command after IPython 0.11 was released. Closes #121.

2fcc824e34957219ff15c05507e3c6b981a730c6 authored over 13 years ago
remove dict-only restriction on JSONField

db549c0c6a0ac5ca963187bbded9aeb2e05daff8 authored over 13 years ago
add notes command

03fbd53bb19eab1c376a22dc77833319604cd15b authored over 13 years ago
add 'text/javascript' to GZIP_CONTENT_TYPES;

42f18b0476ac46d4a43d399be27c26f3e42f5f11 authored over 13 years ago
Merge pull request #115 from Christophe31/patch-1

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

7b57dcf6afa8b7dd17bcffd44d1c93d9de767ef3 authored over 13 years ago
Fix TypeError: expected a character buffer object on passwd use.

d12c493aa68c401bf462c1f874cb83ce99ef663f authored over 13 years ago
AutoSlugField, if populate_from element is None, return empty string, not none

6c2145561b0fe65ac1003795e3afc05406d494c5 authored over 13 years ago
Templates

ceb3029efd3ca7342264b3baed666267d3705419 authored over 13 years ago
Graph models templates are now in corresponding files, allowing easy override by other django apps

24d4c18b0c05aa3a44e2b5d0ecfe267ad9380c73 authored over 13 years ago
fix typo

37a0f08aaff3b6635457d8e917c08cf1a4cec191 authored over 13 years ago
Merge pull request #106 from lamby/master

Add optional --threaded argument to runserver_plus.

ab4cca67f5cb8cddfc643a6eb7d1868a32b134a9 authored over 13 years ago
Add optional --threaded argument to runserver_plus.

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

85dde752d63d98057dc92f80a4ec84fce919b5ba authored over 13 years ago
Merge branch 'django-extensions' into umlish-graphmodels

bc1be8e205751c5a964432f9efe6216d40f1ef9e authored over 13 years ago
Moved misplaced code merged from tomviner's fork

7f63ba8cf7520316092d43208990be059bff8fbd authored over 13 years ago
Merge branch 'tomviner-fork' into umlish-graphmodels

7cdb097a3722ff1d9afe4bc38835515f4f50bd50 authored over 13 years ago
Merge pull request #104 from MichaelBlume/fix_update_wrapper.

Try to import update_wrapper from functools.

22e4d4f9b24b8ced79ebf98dc153fcbb5d33784c authored over 13 years ago
Merge pull request #94 from chrislea/master.

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

4afdda1ae69ac0b54982288a61efe2a89359c34c authored over 13 years ago
runscript: check if module exists before importing

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

fc6722dac01119d5c26125330a5a741c9f644869 authored over 13 years ago
Excluding fields inherited from abstract models

9939436c9ef0b9b996b1ecc8e922b71b7cdbfdb2 authored almost 14 years ago
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

256391ac220a497a53bd82bdac9b47d27170fc14 authored almost 14 years ago
allow inheriting classes to modify ActivatorModelManager's `get_query_set()`

6e8ed84a6fadd4f4112b9fa64d51944c490d3271 authored almost 14 years ago
enumerated choices for ActivatorModel: http://www.b-list.org/weblog/2007/nov/02/handle-choices-right-way/

d68835eba14995baf6128c51b02d3a4933e62364 authored almost 14 years ago
default ordering for abstract ActivatorModel

5158cf7a684e9c39b966f7efb91442f8b60e82cd authored almost 14 years ago
`get_latest_by` & `ordering` defaults for abstract TimeStampedModel

337a8127a270627a70a28d07d2b48e724978d8ec authored almost 14 years ago
Merge branch 'master' of git://github.com/django-extensions/django-extensions

Conflicts:
django_extensions/db/models.py

5632a0022d8a6f15c9a3c62646e27627b48c2e71 authored almost 14 years ago
Added documentation for settings

c2990b834b4d7f009b5561785ec293d17ce83485 authored almost 14 years ago
Possible to have settings for aliases and "dont load" autoload modules.

ffadcc0fe604016eced800b15a1237b42914c79e authored almost 14 years ago
Fixed: when a base class would have a many_to_many relation, all inheriting classes were also depicted with that relation

4daefd389a285ac5506fc16740e2e834acb77974 authored almost 14 years ago
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

657b69574e58c85229ed107d10bb69d4baf81865 authored almost 14 years ago
Merge branch 'gdoermann'

304771c2740bfdf3dbf4bb2db92c0c324e00e26c authored almost 14 years ago
Merge branch 'official'

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

718cbb1c895fcf5612731fb847e1aa205bb0086f authored almost 14 years ago
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)

a4dc8c7260f242bf920a0cfcdf3ae086ec5d54ad authored almost 14 years ago
Changed some arrowheads, to resemble UML notation (i.e., dot arrowheads are used to represent multiplicit)

12c0456e0705725706a85db041dfdd86c552c63e authored almost 14 years ago
Excluded many_to_many fields from appearing as attributes (I think this was already dead code at this time).

66bdb3a2243f12880d1af11111aff34b71206fe8 authored almost 14 years ago
- Excluding relations from being depicted as attributes

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

8017a3368ad73dc5efbd95e0c123e43066aab6fb authored almost 14 years ago
Merge branch 'graphmodels' of git://github.com/joernhees/django-extensions.git

b4a620537319642b16af345e03aef1b659f4c278 authored almost 14 years ago
- 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

18c98084cd5e67cb029918b429067a1f1a7fad65 authored almost 14 years ago
Merge remote branch 'upstream/master'

7f3ca4a7fe38a9cdd3803759d20299b26d833ea4 authored almost 14 years ago
add reverse relation names in brackets

a24b52371cc3e2159ddacf7509504f262bb2a2f7 authored almost 14 years ago
Try to import update_wrapper from functools.

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

e433120c936be62e69e67f201855c5f8c015991a authored almost 14 years ago
added update permissions command

d2ae9ba13d918a7f7dbbe22cf134ebf8ea71f2bf authored almost 14 years ago
fix StringIO call, missed removing cStringIO from call after import (thanks jonlesser for reporting this!)

8d36f71037d61bb992d945531745014af48b9264 authored almost 14 years ago
PEP 8 love (for issue #80)

38227bd68e499a51b9269857bc73b2aef1517b39 authored almost 14 years ago
Merge remote branch 'upstream/master'

0b820fd8daee38b4a704486e01e4fd5fbcefeafb authored almost 14 years ago
added support for loading exclude and include lists from file

31afe04ec784a477f43d7a70b065e8ae2c5a3af3 authored almost 14 years ago
added support for exclude models and exclude columns

1a4d7896ecb0b2a3dd4e23ed581ff6fdaba516fc authored almost 14 years ago
Added keyword argument to AutoSlug field to allow non-unique slugs

ed706202928e67e82cdee36a41f77f8f7b7adc28 authored almost 14 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

5e0582bcd485cedd3d2684bab75ccf9ba55c1139 authored almost 14 years ago
corrected another typo in help text

3f653cb798141b880f9360235c46e1f6281c604b authored almost 14 years ago
corrected spelling

55f887b3234ca662a53f1c0707d533ecfe50dec9 authored almost 14 years ago
fixed ticket #74 spelling error in help text, thanks to ChrisMatthews for fixing this.

7e8ca6e9577fe3b6f3286d72dd54e2757352c203 authored almost 14 years ago
double precision is a valid field type

22e3d95e19f3747d9c883ca397c277579f986f0c authored almost 14 years ago
another set -> list conversion fix

dca0e7c95060f94fbb235e38d42e2b0f57e9229b authored almost 14 years ago
fixes passwd: return a single string, rather than a tuple

4dc193bb78c9d4f33a7e0ff32b860a373231e208 authored almost 14 years ago
corrected spelling

84612f0095ad730b49a7b436dd15f43107166a1a authored almost 14 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

9784a0f6a27004b7316a45aa1fd67fb50ac9f821 authored almost 14 years ago
fixes #70, fix database quoting

patch by carbonXT

a2213e0b49ef967967a2fe8dbf02295958930746 authored almost 14 years ago
Pulled updates from Transifex (again), fixing plural forms and other things.

bba8b12c398e83a165318c7017bda437de84882f authored almost 14 years ago
Added Transifex config file.

8a41395915fd3168ec218a77bd2d50d3d89421ec authored almost 14 years ago
Renamed invalid "zh" locale to "zh_CN".

aae719cc356b96e870b98625729eff24d5e785ff authored almost 14 years ago
Updated translation files, including the source file (en/django.po).

f20d84ca58a8cbef5cde60988ad7abca8e69944d authored almost 14 years ago
Fixes ticket #68: show_urls prints class instances and other 'exotic' view objects in a nicer form

049296b97b805720b2a758567580df17e4e0696c authored about 14 years ago
Fixes ticket #66: customize output colors only if colors supported

8255fbee388848947aeb70bc960e23b28c11a0dd authored about 14 years ago
Fixes ticket #68: show_urls prints class instances and other 'exotic' view objects in a nicer form

c52f07f8ce0a1a387ee4c879c167cdc5dc7b4a86 authored about 14 years ago
Fixes ticket #66: customize output colors only if colors supported

32b1bebca9433d7edf3e5b2879e2d58e0a3cef76 authored about 14 years ago
fixed new dumpscript.InstanceCode.skip() implementation: sets can't be added to lists

8ace46cb79cb4e7d5b02cf84056f1ebb0844cca8 authored about 14 years ago
Added test for dumpscript and a test runner. Fixes #64

2f44a72f1ebe3303b67eaa4200349b7484c41cde authored about 14 years ago
Fix Instance.skip() which was broken by the refactor of Django's deletion code in r14507

dd0b5b430d54710df56e7e6e8ae6a923c514aff5 authored about 14 years ago
bumped version number to new development version

c26ef2b6514153b77c3616ac0d1af578a5fc2aa8 authored about 14 years ago
updated version information in Installation Instruction

a1f28f22aa4f7f6587e21cf0b1d20b0e50fce8f6 authored about 14 years ago
added information about Eric Holscher's screencast to the documentation

29b2532c4bc2ded7e7263bee623c8e46955fb6d3 authored about 14 years ago
changed url to github

96b7cdd71370d41e98b660e3adf81bf727a09861 authored about 14 years ago
Added basic README text to documentation index

be72d51f628214f2a43ec8bb3fc85d40b38a29ff authored about 14 years ago
preparing for release, bumped version number to 0.6

508f8f3e8fa9c1086eb648c6860fae441265f552 authored about 14 years ago
added README file

this should show up nicely in github :)

4723cdd043d055946bea1171283d5ce0bc5cfc4a authored about 14 years ago
Split doctests for utils into seperated parts for truncate_letters and uuid tests

7896310ab42c7fa7729174e16d39993d5db8afc4 authored about 14 years ago
Replaced S3CreateError with an import path that works with the pip version of boto.

bc37090a7942580e4a5701e64e2f025af6954d31 authored about 14 years ago