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 #198 from ciciliati/patch-1

Fixed issue with models containing self-relationships.

github.com/django-extensions/django-extensions - 045244625c86b22331f4733502d6757a466352e0 authored over 12 years ago by trbs <[email protected]>
Removing conditional expression and reverting back to old syntax to support Python < 2.5

github.com/django-extensions/django-extensions - bcf7d77ab9a96ca1727e6c94b446edc35f0dc166 authored over 12 years ago by Fernando Ciciliati <[email protected]>
Fixed issue with models containing self-relationships.

github.com/django-extensions/django-extensions - 8060a328ba91ba90b2288b0a10137fca9cec6c84 authored over 12 years ago by Fernando Ciciliati <[email protected]>
runprofileserver can now uses the staticfiles app (code copied from runserver_plus)

github.com/django-extensions/django-extensions - 1680b682d7a1e5d515aeaaee8a23b8f97ffaa346 authored over 12 years ago by Yasir Assam <[email protected]>
Merge pull request #197 from digitalpbk/patch-2

ADMIN_MEDIA_PREFIX is deprecated in django 1.4

github.com/django-extensions/django-extensions - 89875a7f67cc5730a09ad880eada56aa08655c91 authored almost 13 years ago by trbs <[email protected]>
ADMIN_MEDIA_PREFIX is deprecated in django 1.4

github.com/django-extensions/django-extensions - 1f03dd6480f369795d8620510b7defc6a29452e1 authored almost 13 years ago by digitalpbk <[email protected]>
Merge pull request #195 from dexterbt1/master

Fix for issue #189

github.com/django-extensions/django-extensions - 91d08141bdc50ddf05693b3bf135586b484d8f06 authored almost 13 years ago by trbs <[email protected]>
added inclusion of test models for test_dumpscript

github.com/django-extensions/django-extensions - 838ea57e44f8bbada06789554f69fb134721c8f9 authored almost 13 years ago by Dexter Tad-y <[email protected]>
github issue 160 changed filepaths to not include colons and close the profiler before renaming files (breaks on windows)

github.com/django-extensions/django-extensions - e7ce7b22c11171ed2deeaa785e464321e0245103 authored almost 13 years ago by trbs <[email protected]>
GH Issue #190 Fix UnboundLocalError

github.com/django-extensions/django-extensions - 830f704e07bd9741a396f5413ce4499fb0d777b1 authored almost 13 years ago by x <x>
ignore .pyo files

github.com/django-extensions/django-extensions - 4e0e12c8864b06b782c4afb03150ab4d3fba0d1b authored almost 13 years ago by x <x>
add SQL_NOTNULL_DIFFER for generic sql diff

github.com/django-extensions/django-extensions - 74dffbee7873bbd0a8d04eb549a598090491a9c9 authored almost 13 years ago by trbs <[email protected]>
Fix #186

find_template management command does not work

Django does not find_template does not return or...

github.com/django-extensions/django-extensions - 8d7685046d832d07eab12a66c6a8d648d5dc95ad authored almost 13 years ago by Bojan Mihelac <[email protected]>
Merge branch 'master' of https://github.com/django-extensions/django-extensions

github.com/django-extensions/django-extensions - 2ac5b7365d82cb8e822d9984e10176bcc39b9c4a authored almost 13 years ago by x <x>
try to be a bit smarter about getting the exclude_paths for the --no-media switch

github.com/django-extensions/django-extensions - 0cddae7c4e08c1f9f9dc7405ff3d6fee1587ce09 authored almost 13 years ago by x <x>
Merge pull request #184 from msabramo/issue-182

Fix screenshot URLs to point to */media*/assets/...

github.com/django-extensions/django-extensions - e9b5e14c7ef6b876c435317c8055d9576bfb4391 authored almost 13 years ago by trbs <[email protected]>
Fix screenshot URLs to point to */media*/assets/...

Fixes GH-182.

github.com/django-extensions/django-extensions - 4ced80c0297747ddf0923b75e2a649a6d595fa7a authored almost 13 years ago by Marc Abramowitz <[email protected]>
Merge pull request #173 from gwrtheyrn/master

Display execution time after query

github.com/django-extensions/django-extensions - 51a9bad2da75dfd61d764a85f8c3acf75a529ee7 authored almost 13 years ago by trbs <[email protected]>
Merge pull request #179 from ramn/master

Runserver: add quarter_hourly

github.com/django-extensions/django-extensions - df83a744d7174e50ec98ae33f9144d9ba77e2e25 authored almost 13 years ago by trbs <[email protected]>
ticket #114 admin media has moved, check for both new and old paths

github.com/django-extensions/django-extensions - 90ad79bb9239e574f701e6edc1057256a4caa67b authored almost 13 years ago by trbs <[email protected]>
Changed spacing for better style and changed from string concatenation to interpolation.

github.com/django-extensions/django-extensions - 7907149ddc9606bcd78a1217bc1bc0f2f78dd5a3 authored almost 13 years ago by suneel0101 <[email protected]>
Added option to rename gzipped files when --gzip is True; the renaming is done by simply appending '.gz' to the original file name. This way if you run sync_media_s3 once and want to do so again but with --gzip, by also including the option --renamegzip, the newly uploaded assets will be 'originalname.gz' instead of 'originalname', thus avoiding unintentionally replacing the assets uploaded during the first run of sync_media_s3. More generally, use --renamegzip if you want an easy way of differentiating your uploaded gzipped assets from the same uploaded non-gzipped versions.

github.com/django-extensions/django-extensions - fd10d32935cf4029fb4e7f7c41eb704e830938d0 authored almost 13 years ago by suneel0101 <[email protected]>
ticket #180 import error _make_writeable does not exist in django 1.4-beta

the _make_writeable function has been inlined into TemplateCommand class
in the django 1.4 and u...

github.com/django-extensions/django-extensions - 37b57779dc58a0c2b8623092eccbb91076955f4d authored almost 13 years ago by trbs <[email protected]>
Runserver: add quarter_hourly

In addition to minutely, hourly etc, add quarter_hourly as an option for
cron dispatch

github.com/django-extensions/django-extensions - 91d0022132d911fb8dedbb6446cb6648657b0e64 authored almost 13 years ago by Simon Andersson <[email protected]>
update installation instructions

github.com/django-extensions/django-extensions - 58e4cd24cbdda74d42fa9c3fe7a3a5bc7c56fa16 authored almost 13 years ago by trbs <[email protected]>
Search in HTML files and handle Django comments

github.com/django-extensions/django-extensions - e339a400ca8228481061ff1a8fb0e12af7467ec0 authored almost 13 years ago by Aaron C. de Bruyn <[email protected]>
Merge pull request #174 from chrisspen/master

Fixed PostgreSQL support in sqlcreate management command

github.com/django-extensions/django-extensions - 8eea4da93c329e61f3ac1125c2c50e0e7003930b authored almost 13 years ago by trbs <[email protected]>
Fixed SQL drop/create statement generation for PostgreSQL.

github.com/django-extensions/django-extensions - 642700c661104d481b14fa9f42ef7f40614d7e2c authored almost 13 years ago by chrisspen <[email protected]>
Display execution time after query in shell_plus --print-sql

github.com/django-extensions/django-extensions - 15c81cd599b94a76a5e1d65c189dc04cc15ca3a0 authored almost 13 years ago by Danilo Bargen <[email protected]>
removed example picturse that where not working anymore

github.com/django-extensions/django-extensions - 0bfc2d179eff56edab1638946433474f8b3df28c authored almost 13 years ago by trbs <[email protected]>
Merge pull request #152 from darkpixel/bug-151-py25-compat

Make notes command python 2.5 compatible. Fixes #151.

github.com/django-extensions/django-extensions - 2f9f5da561a1039002c1d9dd4ff06001cfd40271 authored almost 13 years ago by Jannis Leidel <[email protected]>
Merge pull request #169 from bit/master

use postgresql backend for postgis

github.com/django-extensions/django-extensions - 048a54a309aea7729dd746554c036582b02b5cbb authored almost 13 years ago by Jannis Leidel <[email protected]>
use postgresql backend for postgis too

github.com/django-extensions/django-extensions - c495f97a1d37bf5d40508b8e0eb128ae9fa0a6b0 authored almost 13 years ago by j <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - ad4f6d2c87324a6796e8849fb9dc23b3e15fa57e authored almost 13 years ago by trbs <[email protected]>
fix for recent versions of django and sort list on url patterns per default

github.com/django-extensions/django-extensions - e2e2ad51162421e355e04bbbb5f0978dcc06a75d authored almost 13 years ago by trbs <[email protected]>
Merge pull request #168 from bit/master

output NOT NULL diff (postgresql)

github.com/django-extensions/django-extensions - c11d162679a1f5b1c147155fbf0c20b566dab016 authored almost 13 years ago by trbs <[email protected]>
Merge pull request #91 from filipefigcorreia/umlish-graphmodels

UMLish graphmodels

github.com/django-extensions/django-extensions - 4da55136ecba90802f0e64b1de71687f148d7d0b authored almost 13 years ago by trbs <[email protected]>
Merge branch 'master' into umlish-graphmodels

Resolved conflicts on django_extensions/management/modelviz.py

github.com/django-extensions/django-extensions - 8bae88aac6b407421e9bec437349b884f305c334 authored almost 13 years ago by Filipe Correia <[email protected]>
Merge branch 'django-extensions'

github.com/django-extensions/django-extensions - d81f7e7ebd23028b25deeab65c6caf0d726d6530 authored almost 13 years ago by Antti Kaihola <[email protected]>
Don't add primary keys for abstract models.

github.com/django-extensions/django-extensions - de9a4a6bc8560f77f7c3bc41ad6807feae1a6904 authored almost 13 years ago by Stephen McDonald <[email protected]>
Merge pull request #163 from EnTeQuAk/django_timezone

Added support for django 1.4 timezones

github.com/django-extensions/django-extensions - cccd84c13774d69d75915206d530012209818793 authored almost 13 years ago by Jannis Leidel <[email protected]>
Changed fallback to datetime.now

github.com/django-extensions/django-extensions - ae8da1a0195310248ff6f7dce1c35d6503e202dd authored almost 13 years ago by Christopher Grebs <[email protected]>
Added support for django 1.4 timezones

github.com/django-extensions/django-extensions - a4b8a8fbdeeb1dcc9344e328d4717afd3e72f640 authored almost 13 years ago by Christopher Grebs <[email protected]>
Merge branch 'master' of https://github.com/django-extensions/django-extensions

github.com/django-extensions/django-extensions - d5bbec16d41e2435d579b48bb6bce9cb17186fc1 authored about 13 years ago by boostveen <[email protected]>
make sure only the last dot part of the engine string is used for determining which differ to use

github.com/django-extensions/django-extensions - c85d3d5268196ccdf50324994e82b6c5adcae4db authored about 13 years ago by boostveen <[email protected]>
Merge pull request #139 from Vladimiroff/master

Platform independent message for PyGraphviz

github.com/django-extensions/django-extensions - a5b4c86914fbfaf18627e5de75ee88514e6e3eda authored about 13 years ago by trbs <[email protected]>
Merge pull request #159 from ralfzen/master

email-only-export

github.com/django-extensions/django-extensions - 176ae02d1e5e4d78a2ed02a409e509ab45c92a3f authored about 13 years ago by Jannis Leidel <[email protected]>
adds email-only-export-format

github.com/django-extensions/django-extensions - d90b1af9699518bc041d633c96253f64cdac07ec authored about 13 years ago by ralfzen <[email protected]>
Merge pull request #158 from darkpixel/feature/GH-122-show-urls-issue

Import ugettext

github.com/django-extensions/django-extensions - c96b7cc0b507567dd264d40e4636608630fe8917 authored about 13 years ago by Jannis Leidel <[email protected]>
Import ugettext

github.com/django-extensions/django-extensions - 138203f3bb2e79eaf2d75a90d44deaf6e82d6ba2 authored about 13 years ago by Aaron C. de Bruyn <[email protected]>
Merge pull request #153 from mauler/master

Compatibility with python2.4

github.com/django-extensions/django-extensions - de27325cc2ea1b94d315d810ef744d5a43c26f6e authored about 13 years ago by trbs <[email protected]>
fixed #154, coerce settings.INSTALLED_APPS into a list for compatibility with django 1.4 thanks to gkappel for the patch!

github.com/django-extensions/django-extensions - 91e1139dfb87d911ffd33f65b3b1ca45a0046a49 authored about 13 years ago by trbs <[email protected]>
Oops, fixing run_tests.py

github.com/django-extensions/django-extensions - 782ade887098215fffce5276162960e2aa9aa8dd authored about 13 years ago by Paulo Roberto <[email protected]>
Changing the tests to be compatible with python2.4

github.com/django-extensions/django-extensions - 57e7b1b5c842cd63c07c418b77647bfa80ba8899 authored about 13 years ago by Paulo Roberto <[email protected]>
basic support for multi database django

github.com/django-extensions/django-extensions - 41ecd0c0ce485eedd62ef4a0bcaa38661a7790f9 authored about 13 years ago by trbs <[email protected]>
Make notes command pythong 2.5 compatible

github.com/django-extensions/django-extensions - c96d4d6e9296c5ddcb7e8a0fe09ea59afde6f1e0 authored about 13 years ago by Aaron C. de Bruyn <[email protected]>
Merge pull request #147 from ionelmc/master

Fixed undefined variables in sqlcreate command.

github.com/django-extensions/django-extensions - 555ab13ec1126f9d9652902b5c3987298bd68b83 authored about 13 years ago by trbs <[email protected]>
Fixed undefined variables in sqlcreate command.

github.com/django-extensions/django-extensions - ed5a0215d2a06107d9e8104ef22488ff748b0e9d authored about 13 years ago by Ionel Maries Cristian <[email protected]>
Merge pull request #145 from mkai/master

Ignore FileFields/ImageFields without an associated file in unreferenced_files cmd

github.com/django-extensions/django-extensions - 7d1030be085fb511cf96a6f608d337ff55c7fec6 authored about 13 years ago by trbs <[email protected]>
Merge pull request #146 from linuxmaniac/master

Fix #79 now I can assign a creation value for UUIDField

github.com/django-extensions/django-extensions - 0de11729a5891e368ee78fafc641d72b62a41a16 authored about 13 years ago by trbs <[email protected]>
Merge remote-tracking branch 'gabriel/master' into HEAD

Conflicts:
django_extensions/management/commands/dumpscript.py

github.com/django-extensions/django-extensions - 308c370a869d3b3197055cae15bb1f9771516eb3 authored about 13 years ago by Mike Blume <[email protected]>
More tests for UUIDField

github.com/django-extensions/django-extensions - 9d635ac490cf06999f52da6e17aea028f230fc50 authored about 13 years ago by Víctor Seva <[email protected]>
Fix #79.

Now I can asign a value on creation.

github.com/django-extensions/django-extensions - 8ecb59a49a2a2cc6b2af7d4cf9561d3bc8fd147c authored about 13 years ago by Víctor Seva <[email protected]>
Added tests for UUIDField.

Example of bug #79
https://github.com/django-extensions/django-extensions/issues/79

github.com/django-extensions/django-extensions - 39cfbe298014a7156f992175bfbfc7281e4a9d65 authored about 13 years ago by Víctor Seva <[email protected]>
Ignore FileFields/ImageFields without an associated file in unreferenced_files cmd

github.com/django-extensions/django-extensions - 10d8dd92e7ccf53d11c0be9e19099c1434db81ee authored about 13 years ago by Markus Kaiserswerth <[email protected]>
Make output format configurable (simple, pprint, json, yaml)

$ pylint django-extensions/django_extensions/management/commands/print_settings.py | grep rated
...

github.com/django-extensions/django-extensions - dcb62a352b7473779f1cc907c920c9b42ee9ceac authored about 13 years ago by Marc Abramowitz <[email protected]>
print_settings: A super simple but useful Django management command to print the active project settings

{{{
$ django print_settings | egrep 'DEBUG|INSTALLED_APPS' | egrep -v 'AUTH|LOGGING'
DEBUG : Tru...

github.com/django-extensions/django-extensions - 26762731f987d413821cbb5adc0416aeedd31fd8 authored about 13 years ago by Marc Abramowitz <[email protected]>
Merge pull request #141 from bricetebbs/master

JSON field failing in django 1.3.1

github.com/django-extensions/django-extensions - b05fb41b5523f9ac26b4b2be2ae302635f2a82f1 authored about 13 years ago by trbs <[email protected]>
Fix for JSON field having trouble in get_db_prep_save with django 1.3.1

Borrowed the idea from:
https://github.com/bradjasper/django-jsonfield/blob/master/jsonfield/fiel...

github.com/django-extensions/django-extensions - 4e80e63d60307dd94fa99156ff3666a44c5c22bb authored about 13 years ago by Brice Tebbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - 30134ea42cee07ae65fecf3fc4bd3be897032d07 authored about 13 years ago by trbs <[email protected]>
small fix to git command in creating_release.txt

github.com/django-extensions/django-extensions - a4fc7217d229c0bd4c8c26207420b6d6be9cb4db authored about 13 years ago by trbs <[email protected]>
bumped version number to 0.8-dev

github.com/django-extensions/django-extensions - 13d66a97c32f75aab454a05e1763bced1642e773 authored about 13 years ago by trbs <[email protected]>
fixes #140 improved backwards compatibility

github.com/django-extensions/django-extensions - fc4a07c84c5c61fdae02fff13d46b925f800a932 authored about 13 years ago by trbs <[email protected]>
Error message for PyGraphviz is fixed

github.com/django-extensions/django-extensions - 83265f98a8faf175ac0f42dc44d0d0f7027e0717 authored about 13 years ago by Kiril Vladimiroff <[email protected]>
Merge branch 'create_app_replacement' of git://github.com/meshantz/django-extensions

github.com/django-extensions/django-extensions - 05059753c4f41baf110e96c95cfe3de700afe416 authored about 13 years ago by trbs <[email protected]>
Merge pull request #105 from treyhunner/topic/runscript-importerror

runscript: check if module exists before importing

github.com/django-extensions/django-extensions - b010c84ac795e26d7ac1ed39b96e7402a85a9ade authored about 13 years ago by trbs <[email protected]>
fixes passwd: return a single string, rather than a tuple

github.com/django-extensions/django-extensions - a3d480c3810aa3259adeb35c94626c0d5a5129ca authored about 13 years ago by Gabriel Grant <[email protected]>
provide setuptools features to folks who have it installed

github.com/django-extensions/django-extensions - 361bf8f6a4597e23c9f64d6a1195138bf929d745 authored about 13 years ago by Mike Blume <[email protected]>
added ENCRYPTION to PostgreSQL

added CHARACTER SET and COLLATION to MySQL
added note about falling back
added warning about coll...

github.com/django-extensions/django-extensions - 1ad3fe12acfb2e7bcf63d7375b789641ef7763b9 authored about 13 years ago by trbs <[email protected]>
fallback to SQL standard

updated documentation

github.com/django-extensions/django-extensions - ae5e2e2f6e03005401c9304e6323ef71c9d2c4c9 authored about 13 years ago by trbs <[email protected]>
Merge pull request #137 from MikeSandford/master

Fixed the problems trbs asked me to; I think sqlcreate is ready to go

github.com/django-extensions/django-extensions - 4335b2d99f2d4b124c45195597a567cf0417aa5f authored about 13 years ago by trbs <[email protected]>
Add documentation for sqlcreate command

github.com/django-extensions/django-extensions - d69269cf0101217f115746a196d0040d26c80034 authored about 13 years ago by Michael Sandford <[email protected]>
bumped version number for new development

github.com/django-extensions/django-extensions - ef35bc0c089b850c36682a2d125163d5d596a7d7 authored about 13 years ago by trbs <[email protected]>
bump version number to 0.7

github.com/django-extensions/django-extensions - 345d714dacc61da5bfe305741d0532c8c60217d8 authored about 13 years ago by trbs <[email protected]>
added shell_plus to command_extensions as well

github.com/django-extensions/django-extensions - 8173a21c1ca01029bcf0ba4e8d61da1bdec2672a authored about 13 years ago by trbs <[email protected]>
removed mercurial_gateway and added shell_plus to index.

github.com/django-extensions/django-extensions - f61b96984ff2387068a48014765b9525a912a668 authored about 13 years ago by trbs <[email protected]>
Add sqlcreate command: get to syncdb faster

Setting up a single project is no big deal. Setting up
multiple projects in a week or two and c...

github.com/django-extensions/django-extensions - ef07fa39d740117978ee69776dcd5ba4a7ebbf6d authored over 13 years ago by Michael Sandford <[email protected]>
Merge pull request #135 from eternicode/autoslugfield-south

AutoSlugField: Fix south support in AutoSlugField.south_field_triple

github.com/django-extensions/django-extensions - 91c09251bc0a2e6b6943fd5ac83e4fe070ff2815 authored over 13 years ago by trbs <[email protected]>
AutoSlugField: Fix south support in AutoSlugField.south_field_triple

github.com/django-extensions/django-extensions - 0569a4e36eb90e612dc2056adcdcdefa6856afe8 authored over 13 years ago by Andrew Rowls <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

github.com/django-extensions/django-extensions - fa6233915e2301a9a6d3d4345c499d717ca3aa80 authored over 13 years ago by trbs <[email protected]>
tell when there are no differences, instead of printing an empty transaction block

github.com/django-extensions/django-extensions - 9eb471a325e79471f183d33ca8dc4fea51bcf0e3 authored over 13 years ago by trbs <[email protected]>
sorry messed up, corrected ipython import and embedding magic

github.com/django-extensions/django-extensions - ce2dad6cc37fad4dd8975430d4256903a0e2e564 authored over 13 years ago by trbs <[email protected]>
mongoengine versions of django extensions' models and fields

github.com/django-extensions/django-extensions - 436c90aedf064081223924a752d3a3ca4f0100f2 authored over 13 years ago by Jesse Emery <[email protected]>
remove use of global variable in get_jobs()

github.com/django-extensions/django-extensions - 327ff751ea5f4c69ebfe3f4ee273e5e67f648559 authored over 13 years ago by Philip Kimmey <[email protected]>
Make `shell_plus` compatible with the most recent version of ipython (0.11). This fixed is taken from the django trunk itself so it should be pretty solid.

github.com/django-extensions/django-extensions - 275be4de11dbf25d4a07582b5954dd4f7a5c4738 authored over 13 years ago by ksamuel <[email protected]>
show related name in the relation label

github.com/django-extensions/django-extensions - 1f95fe0d9643f451f4c75edd565dedc05293562e authored over 13 years ago by Arruda <[email protected]>
added 'error' diff_type

fix model_diffs does not exist anymore

github.com/django-extensions/django-extensions - f03e5aca8b2df1e781f21e16bb91e8dea6a243f7 authored over 13 years ago by trbs <[email protected]>