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

Moving the JS/CSS content type conditional so other files will also get the

expires headers set, while still only gzipping files matching these content
types.

github.com/django-extensions/django-extensions - e4778991009c10ed8a0e1ae2f8de8f8dec22c489 authored about 16 years ago by Rob Hudson <[email protected]>
Added some support for visible abstract models and added field to function calls (no more scope variable magic)

Abstract models are now printed as italic text below the name of the model in the diagram. Also...

github.com/django-extensions/django-extensions - 223571094451622f04efead603bfef4f329644e7 authored about 16 years ago by Bas van Oostveen <[email protected]>
fixed ticket #73, missing self.auto assignment

github.com/django-extensions/django-extensions - 14fac7588c9b216c24fdfc42193285c56eb48995 authored about 16 years ago by Bas van Oostveen <[email protected]>
changing sync_media_s3 command to not require the bucket name on the command line but pull it from the settings file.

github.com/django-extensions/django-extensions - b23931bdd8c3b20d44c17e8d8d5793a8d86fe62e authored about 16 years ago by Rob Hudson <[email protected]>
added support for kcachegrind / lsprof style output

github.com/django-extensions/django-extensions - 03a7209aa02327ead3f2313a64c06c9a28d7ac7f authored about 16 years ago by Bas van Oostveen <[email protected]>
Backwards compatibility fix for Django r9110

fixed ticket #68

github.com/django-extensions/django-extensions - 098632fe51c02c95bba7afc94be709f010e664b7 authored about 16 years ago by Bas van Oostveen <[email protected]>
If Python's mimetype guesser failed to guess a mimetype, the boto script would

break while trying to parse the Content-Type header. This update adds a check
to make sure there...

github.com/django-extensions/django-extensions - 85a69070862780b6910156d968643d934244cc11 authored about 16 years ago by Rob Hudson <[email protected]>
strip "-svn" from pygraphviz version string, fixes ticket #66, thanks jjconti!

github.com/django-extensions/django-extensions - c4a75532df3bb2a6cf2b9fb72fdd336974db496f authored about 16 years ago by Bas van Oostveen <[email protected]>
fixed typo, ticket #64 thanks lidaobing !

github.com/django-extensions/django-extensions - 2832f28d3130ff2bd525e8a537ff14a2ba4fe8b9 authored about 16 years ago by Bas van Oostveen <[email protected]>
missed verbosity patch for runscript thanks clintecker! fixes ticket #61

github.com/django-extensions/django-extensions - 44af210543184f753b4febc1e500b9be955853d6 authored about 16 years ago by Bas van Oostveen <[email protected]>
Missed setting the content-type header and adding another content type check

for Javascript.

github.com/django-extensions/django-extensions - 54140bf8516feb9c7c03af4f7a006be80685a70b authored about 16 years ago by Rob Hudson <[email protected]>
Adding the sync_media_s3 management command that will copy files in the

settings.MEDIA_ROOT folder up to S3.

github.com/django-extensions/django-extensions - ae40285bb47c40ae58c5eda60e5d22d8e74fb2da authored about 16 years ago by Rob Hudson <[email protected]>
fixed ticket #61, conflicting 'verbose' and 'verbosity' options in commands since django r9110

standardized on the django naming of verbosity instead of verbose and using a choice option inste...

github.com/django-extensions/django-extensions - 66014bb90810c4747b64a18e10cbda7d2de2d03e authored about 16 years ago by Bas van Oostveen <[email protected]>
fixed utf-8 database creation for mysql

thanks to clairon for the patch

github.com/django-extensions/django-extensions - 103407b9b8a9566aa60e685e33f1b3e52e826991 authored about 16 years ago by Bas van Oostveen <[email protected]>
addded --path,-p option so you can specifiy a specific path to clean/compile under

github.com/django-extensions/django-extensions - 1643f05c32760b42c07de27ee0e5b6f3ad1b3ee0 authored about 16 years ago by Bas van Oostveen <[email protected]>
removed frame-hacking and used settings.SETTINGS_MODULE to get the project root.

this also removed a big 'hack' where 'settings.py' was used to verify (assert) that the directory...

github.com/django-extensions/django-extensions - 0216670b6f5ae65523150edb2495c0afcafaec36 authored about 16 years ago by Bas van Oostveen <[email protected]>
fix issue #49, describe_form ouputs a proxy instead of it's unicode string

github.com/django-extensions/django-extensions - aa268f57ee26906969941f4a5945bfe4e1aa75b1 authored over 16 years ago by Bas van Oostveen <[email protected]>
exception for sqlite where varchar's are equal to chars (use case was IPAddresField)

github.com/django-extensions/django-extensions - 4f7ebdcd7294283640a7190249aef529c45cca10 authored over 16 years ago by Bas van Oostveen <[email protected]>
fixed issue #54

added removing of AUTO_INCREMENT keyword on mysql
added big fat warning about mysql problems and...

github.com/django-extensions/django-extensions - 41414cce0f24f72960b562dcdf4e3d743a01df3e authored over 16 years ago by Bas van Oostveen <[email protected]>
fixes #35: can now specify individual models in dumpscript

github.com/django-extensions/django-extensions - 0b2addc16eefec4664c25a20520a3e6d67b08743 authored over 16 years ago by Carl Meyer <[email protected]>
added syncdata command as suggested by #36

github.com/django-extensions/django-extensions - d3bad286411f0958a184756e55694fa2526a3e66 authored over 16 years ago by Bas van Oostveen <[email protected]>
added clean_pyc and compile_pyc commands, allowing to remove and compile python bytecode files

github.com/django-extensions/django-extensions - ab96b8a85329a06e91a48f56ee3e148131786b6c authored over 16 years ago by Bas van Oostveen <[email protected]>
attributed Will Larson for syntax_color template filters

github.com/django-extensions/django-extensions - e74072734f31bbfe794cb4a7fc88dcf8a2ea5ed8 authored over 16 years ago by Bas van Oostveen <[email protected]>
fix deprecated maxlength to max_length for uuidfield

github.com/django-extensions/django-extensions - 9b6d032e5a15fcdd00db0b313446c069174e428e authored over 16 years ago by Bas van Oostveen <[email protected]>
removed create_superuser as it's now supported in django 1.0

github.com/django-extensions/django-extensions - 752bd527250c282e7b2a480ba1a613a278f1ac48 authored over 16 years ago by Bas van Oostveen <[email protected]>
Added optional overwrite argument that creates a fresh slug on every save

github.com/django-extensions/django-extensions - 5a57b447b1aaa27bcbf7752769d17f1435142db0 authored over 16 years ago by Jannis Leidel <[email protected]>
Added AutoSlugField to django_extensions.db.fields

github.com/django-extensions/django-extensions - 6a64f42f915ef89b640ac1965f6e1ff5d52dce49 authored over 16 years ago by Jannis Leidel <[email protected]>
removed some tabs

github.com/django-extensions/django-extensions - 1767c1cd31c38d588ecca300d4353190347b0916 authored over 16 years ago by Jannis Leidel <[email protected]>
fixed broken import in models.py

github.com/django-extensions/django-extensions - ccf7f6d23432acc9529f008bb89f5e9f699786d7 authored over 16 years ago by Carl Meyer <[email protected]>
removed error message from default output.

added more informative message to command's help output.
added model and database type to output ...

github.com/django-extensions/django-extensions - 3595ad54ac8f93f0a70ebcb627fc7636b747d474 authored over 16 years ago by Bas van Oostveen <[email protected]>
added sql patch from SamoriGorse fixed issue #44

side note, i'm still hoping to have the time to rewrite sqldiff before 1.0.
the command itself wi...

github.com/django-extensions/django-extensions - 2c5dd3a1aafc9a4d899cf058a8dfad0daebfeee2 authored over 16 years ago by Bas van Oostveen <[email protected]>
added truncate_letters

github.com/django-extensions/django-extensions - f9a47797a55cfd1727ef1e1ea7de69e11cf6f81b authored over 16 years ago by Bas van Oostveen <[email protected]>
for good meassure here's another one :(

github.com/django-extensions/django-extensions - ddadb124755656cd016b93f4e256566e757b68df authored over 16 years ago by Bas van Oostveen <[email protected]>
another stupid ignore on a directory for *.pyc files, will this never end ? (aka git/hg/cvs style .ignore files are so much easier)

github.com/django-extensions/django-extensions - 52b9ba215746c7086c6283fdd9a181c9948da78a authored over 16 years ago by Bas van Oostveen <[email protected]>
added syntax_color templatetag from Lethian (fixes ticket 40)

github.com/django-extensions/django-extensions - 7df8e8e966468b1edd262b7db414df83fe31b424 authored over 16 years ago by Bas van Oostveen <[email protected]>
added ignore of *.pyc

github.com/django-extensions/django-extensions - 1a643e42de7196d8aea97cf209613d042c6a72ea authored over 16 years ago by Bas van Oostveen <[email protected]>
Added in templatetags directory to spur innovation. :)

github.com/django-extensions/django-extensions - e5fe5e54da1c7f821562464cc3476767a359494d authored over 16 years ago by Michael Trier <[email protected]>
added browser option to runserver_plus that uses Python's webrowser module to open the location of the server automatically

github.com/django-extensions/django-extensions - e87444104698c901f7a619aaf1ca44c5b8bab72a authored over 16 years ago by Jannis Leidel <[email protected]>
fixed FileField and ImageField in dumpscript post-fs-rf

github.com/django-extensions/django-extensions - 509ccc498135567a36fed2ae51be95ed56b81663 authored over 16 years ago by Carl Meyer <[email protected]>
fixed bug in dumpscript where all booleans become None (introduced in r86)

github.com/django-extensions/django-extensions - f3109af925b0f5399a157bef733e05d1f1bf96dc authored over 16 years ago by Carl Meyer <[email protected]>
cleaned up UUID a bit and (hopefully :) improved the class documentation

github.com/django-extensions/django-extensions - e05f1c0cdc3a7a1ff43d04fa4968b75ba0adc0b6 authored over 16 years ago by Bas van Oostveen <[email protected]>
removed compiled python files from repository.

github.com/django-extensions/django-extensions - a886bc0395e9546a77ed7efa1768dc566d8146c9 authored over 16 years ago by Bas van Oostveen <[email protected]>
added TimeStampedModel abstract base class, using CreationDateTimeField and ModificationDateTimeField

github.com/django-extensions/django-extensions - ef0dd844b11252a1e97e6f1cd5df7afdd2384e56 authored over 16 years ago by Carl Meyer <[email protected]>
cleaned up CreationDateTimeField and ModificationDateTimeField

github.com/django-extensions/django-extensions - 32feda2e98f21483c1df79d5522a251b8c900063 authored over 16 years ago by Carl Meyer <[email protected]>
cleaned up UI for reset_db command, added confirmation

github.com/django-extensions/django-extensions - f1f01e7f494874222f05fc44f8e0ec830923ca3f authored over 16 years ago by Carl Meyer <[email protected]>
small spelling correction

github.com/django-extensions/django-extensions - 781b7c8c291b58e0a8e0eb4ea7239fb147e347fd authored over 16 years ago by Bas van Oostveen <[email protected]>
added UUIDField

github.com/django-extensions/django-extensions - a5666a3519e2f0d42dc3065595b62efdbfe1a597 authored over 16 years ago by Bas van Oostveen <[email protected]>
added database model fields extensions first two are Creation and ModificationDateTimeField.

these are small custom fields which automaticly set the datetimes in similar fashion as the now d...

github.com/django-extensions/django-extensions - dd4efd02ad3f1e986b5eb0ca02788da7b2c7c561 authored over 16 years ago by Bas van Oostveen <[email protected]>
this seems to work, just made 4 commits to ignore 4 files, yeah :)

github.com/django-extensions/django-extensions - 1a382647485fbff66d5ba06bed0ddf47e7cfac66 authored over 16 years ago by Bas van Oostveen <[email protected]>
please svn just ignore these *.pyc files, without my having to exclude every last one of them by hand

github.com/django-extensions/django-extensions - d4cf54157331b20227f680b95d2f31f726003eeb authored over 16 years ago by Bas van Oostveen <[email protected]>
second attempt on commiting ignores into svn

github.com/django-extensions/django-extensions - 568b6fa6fd28458b08451f5b44cb21e90d3af936 authored over 16 years ago by Bas van Oostveen <[email protected]>
think it's going to commit some properties... but only santa knows for sure

github.com/django-extensions/django-extensions - 20f59d4ef9d466542de458e1d12f8748723b9d77 authored over 16 years ago by Bas van Oostveen <[email protected]>
name change, from django-command-extensions to django-extensions

github.com/django-extensions/django-extensions - 901566f7e0bdf7a6ad66ee70932724ec5496bf6e authored over 16 years ago by Bas van Oostveen <[email protected]>
Chnaged the default verbosity level to 0 and adjusted the help to show the no output option. Quiet please!

github.com/django-extensions/django-extensions - 35a2fe50ba4dfdd977f06068aa9d529c008b4354 authored over 16 years ago by Brian Rosner <[email protected]>
Changed runjobs_by_dispatcher method to runjobs_by_signals after the signal refactor

github.com/django-extensions/django-extensions - 506a04c18869152479626bda46f1fa4d7f82ccea authored over 16 years ago by Jannis Leidel <[email protected]>
update to the new signals framework

github.com/django-extensions/django-extensions - 9a0c133151d9b51b1760bd6254a95d9088df4eed authored over 16 years ago by Doug Napoleone <[email protected]>
fix #21, callable classes as urlconf targets now get displayed be there repr() instead of raising an __name__ does not exist exception

github.com/django-extensions/django-extensions - 25512f3ab672b9a098ca8043116f97856df29ec0 authored over 16 years ago by Bas van Oostveen <[email protected]>
better/nicer error handling when the importing of the root urlconf fails

github.com/django-extensions/django-extensions - 21d59e0f6625c749100d61f62ccb9eff7f7ccea4 authored over 16 years ago by Bas van Oostveen <[email protected]>
fix small typo

github.com/django-extensions/django-extensions - b07ebdc610d6fa64a72c2285bb78fcdf61bc4bbe authored over 16 years ago by Bas van Oostveen <[email protected]>
applied patch for #34 from e.willhardy

github.com/django-extensions/django-extensions - 12c8128d9ecc39dd508747034e2cccec310aa0d5 authored over 16 years ago by Bas van Oostveen <[email protected]>
changed name of project in setup.py from extensions to django-command-extensions

added manifest file
fixed small type

github.com/django-extensions/django-extensions - e38afc45fd9718ebd479a4a0ab480404e941e01d authored over 16 years ago by Bas van Oostveen <[email protected]>
Adrians cleanup in Changeset 8046 revailed an incorrect import.

thanks mariocesar.c50 for the report!

github.com/django-extensions/django-extensions - 075fbb8c2a450f3025764ae3f9ea8dea5a04bdaf authored over 16 years ago by Bas van Oostveen <[email protected]>
Removed another reference to newforms.

github.com/django-extensions/django-extensions - 0621a908bd549d63d11b2263079b0cc14368dc66 authored over 16 years ago by Michael Trier <[email protected]>
Removed newforms reference.

github.com/django-extensions/django-extensions - e1655e85004c57a809596fc5a87dd9bb7d767ca0 authored over 16 years ago by Michael Trier <[email protected]>
fix for issue #30, python2.3 did not have .rsplit

thanks to jamesc.000 for the patch

github.com/django-extensions/django-extensions - de2fbedf2c9e12d3b84d34aad3665b56469492fb authored over 16 years ago by Bas van Oostveen <[email protected]>
fix for issue 28 and 27, put in both patches from kbussel, thanks !!

quickly tested these patches and they look good.

github.com/django-extensions/django-extensions - f2aa191a605b2fd7170808786faf2bffeb0e8267 authored over 16 years ago by Bas van Oostveen <[email protected]>
fix for issue #29 daily_cleanup should for again for both pre and post change 7844 versions of django.

(added reminder that this can be removed after Django hits 1.0)

github.com/django-extensions/django-extensions - e8937d825ec7f13f8b3d3f93314bdbe949bbb017 authored over 16 years ago by Bas van Oostveen <[email protected]>
added reset_db from snippet 828

github.com/django-extensions/django-extensions - fbb380c8a908f79481db7621d8c29026999c6f04 authored over 16 years ago by Carl Meyer <[email protected]>
added dumpscript (from willhardy) and runscript from (poelzi)

github.com/django-extensions/django-extensions - a843618c5319b546ebffc5c13008ee1bd70ea25a authored over 16 years ago by Bas van Oostveen <[email protected]>
added HACK (sorry i also don't like this but at least it works FTM) to get jobs in the project directory to work with ./manage.py when the project dir is not on the python path

github.com/django-extensions/django-extensions - 7c047f82b43f436f993dcc48da8e6db1758acc3e authored over 16 years ago by Bas van Oostveen <[email protected]>
bumped version number

github.com/django-extensions/django-extensions - 1642285ee5dc6e167db22acc04f6a9dc0730f9d3 authored over 16 years ago by Bas van Oostveen <[email protected]>
corrected spelling mistake.

github.com/django-extensions/django-extensions - 1de7d1df765a31b6b9906461958d5adddbfcc1b2 authored over 16 years ago by Michael Trier <[email protected]>
added in runserver_plus that uses the werkzeug debugger.

github.com/django-extensions/django-extensions - 40ca64469f0ea8b84b8862f5ca4842845faf3e04 authored over 16 years ago by Michael Trier <[email protected]>
added support for indexes to sqldiff

github.com/django-extensions/django-extensions - 8208f11b17348c663ad453a5e00ae16710e709c8 authored over 16 years ago by Bas van Oostveen <[email protected]>
Fix graph models does not distinguish models multiple models with the same name. Thanks tadamcik

github.com/django-extensions/django-extensions - a299de863894f330a3358ad3901f9a816df982fd authored over 16 years ago by Bas van Oostveen <[email protected]>
Fixed disable_fields option of graph_models when specified on the command line. Thanks for the patch semente !

github.com/django-extensions/django-extensions - 953ec20fed60cf80716d8dfca2db6b6068501972 authored over 16 years ago by Bas van Oostveen <[email protected]>
fixed issue #16 where quotes need to be marked_safe to 'escape' template escaping

github.com/django-extensions/django-extensions - 890008ac0baf21e26cec1beba64eee9c291c6e58 authored over 16 years ago by Bas van Oostveen <[email protected]>
adding print_user_for_session command.

Prints out the user information for the provided session key.
Crucial for contacting the user who...

github.com/django-extensions/django-extensions - e78fce30ee0486d97e32b8fea8c81dcb0d6add7c authored over 16 years ago by Doug Napoleone <[email protected]>
fix for svn revision 7568

github.com/django-extensions/django-extensions - 1f6c0426d70f3d905e9a1bc9847a01a4880bb188 authored over 16 years ago by Bas van Oostveen <[email protected]>
added option for using the cProfile (as it is not fully compatible with the hotshot profiler)

fixed problem where the profile (.prof) datafile of the root url resulted in a hidden file (file ...

github.com/django-extensions/django-extensions - d815dbce37c99b63bc834e1ef95dccbe1e41775d authored over 16 years ago by Bas van Oostveen <[email protected]>
allow settings the default password from the command line (making the command scriptable)

github.com/django-extensions/django-extensions - d89d5e5e6d678961806ad0c6d641f2884bcab015 authored over 16 years ago by Bas van Oostveen <[email protected]>
added support for cProfile (the new and improved profiler module in python 2.5 and up)

github.com/django-extensions/django-extensions - 89d8d5e623141b1aa5dfcc097f4e84680dec5a1f authored over 16 years ago by Bas van Oostveen <[email protected]>
Added set_fake_passwords.py

github.com/django-extensions/django-extensions - 8b82cc21df8682fc5242b6fccca9e3de377673dc authored over 16 years ago by David A Krauth <[email protected]>
Added fix for issue #11

github.com/django-extensions/django-extensions - 537c8d80c9fc676059fb22b38f6a23f355bc46f8 authored over 16 years ago by David A Krauth <[email protected]>
moved calculating string version number from setup.py to __version__ in extensions/__init__.py

github.com/django-extensions/django-extensions - f886320bccfae6dd332b08d54d4d82928d76c8ed authored over 16 years ago by Bas van Oostveen <[email protected]>
bumped version number

github.com/django-extensions/django-extensions - 48bb7512cb83d0aea876637f16bb61955282c377 authored over 16 years ago by Bas van Oostveen <[email protected]>
fixed help_text on ManyToManyField, thanks for the report b23dev ! sorry it took so long :)

github.com/django-extensions/django-extensions - 9a0e38c323b155d7f71282c70590241259b04e7e authored over 16 years ago by Bas van Oostveen <[email protected]>
svn:ignores create unclear and messy commits

github.com/django-extensions/django-extensions - 5c754c4d4a7f7b60b6ad5f685adfef05d49eb093 authored over 16 years ago by Bas van Oostveen <[email protected]>
added setup.py

added runprofileserver, starts runserver with hotshot/profiling tools enabled (see --prof-path fo...

github.com/django-extensions/django-extensions - 3e0b506255360a3226ae958ec5d7cbff8dc2d91b authored over 16 years ago by Bas van Oostveen <[email protected]>
fix graph_models output with pygraphviz for versions earlier then 0.36 (distro's like ubuntu ship with this old version)

github.com/django-extensions/django-extensions - f7ac49a391d5df81c7d5fcdb4fd773ab45c34e4a authored over 16 years ago by Bas van Oostveen <[email protected]>
added try-except clause for imports and some colorization

github.com/django-extensions/django-extensions - 3a31bfa0e51fb19305b23c44062572128eeb7842 authored over 16 years ago by Bas van Oostveen <[email protected]>
svn:ignore on *.pyc under extensions

github.com/django-extensions/django-extensions - 47b981aa9eb3a5c608dd6989f52bf44be42f2397 authored over 16 years ago by Jannis Leidel <[email protected]>
nicer exception around loading Job's from jobmodule

github.com/django-extensions/django-extensions - b14b7c7fa3e6f755c14ad4c9b33510f895649c86 authored over 16 years ago by Bas van Oostveen <[email protected]>
Applied patch from jfindlay, thanks !!

Fixed problem with getopts and --all-applications flag
Corrected indentation, original file had w...

github.com/django-extensions/django-extensions - 2d86f7be52c474522a135ef8ad4a0cd7f644c40d authored over 16 years ago by Bas van Oostveen <[email protected]>
added no-pythonrc option to let users explicitly enable or disable pythonrc usage.

moved imported_objects to front of command handle to let both IPython and CPython shell use the s...

github.com/django-extensions/django-extensions - 413c66862575ee9190167a8f77a7505a32f34dc2 authored over 16 years ago by Bas van Oostveen <[email protected]>
fix importing application models when explicitly using --plain on the command line

github.com/django-extensions/django-extensions - 2ad86d505120053c013e90e0cb8bbb049c2130e1 authored over 16 years ago by Bas van Oostveen <[email protected]>