index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extras
Age
Commit message (
Expand
)
Author
2025-05-05
[4.2.x] Migrated setuptools configuration to pyproject.toml.
Claude Paroz
2021-01-14
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2019-12-06
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-03-23
Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.
Albert Wang
2017-07-10
Refs #23919 -- Removed Python 2 reference in django_bash_completion.
Mads Jensen
2015-08-04
Fixed #25222 -- Avoided installing django_bash_completion for python*-config.
Ville Skyttä
2015-08-04
Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...
Ville Skyttä
2014-06-09
Removed extras/csrf_migration_helper.py
Tim Graham
2014-06-09
Converted Django scripts to argparse
Claude Paroz
2014-05-16
Removed --skip-scripts from extras/Makefile.
Florian Apolloner
2013-12-29
Skipped inclusion of scripts (pip will take care of that).
Florian Apolloner
2013-12-27
Switched setup.py to setuptools.
Florian Apolloner
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-05-17
Modernize the CSRF migration helper.
Aymeric Augustin
2013-05-01
Fixed #19252 -- Added support for wheel packages.
Florian Apolloner
2013-01-22
Fixed #19523 -- Improved performance of Django's bash completion
Anders Kaseorg
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-02-25
Fixed #15493 - csrf_migration_helper.py parsing fix.
Luke Plant
2010-02-05
Fixed #12174 -- Corrected Bash command line completion when calling "python m...
Russell Keith-Magee
2010-01-20
Various fixes/improvements to the the extras/csrf_migration_helper.py script
Luke Plant
2010-01-20
Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper script
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-09-11
Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.
Joseph Kocherhans
2008-08-25
Removed outdated "adminindex" command -- the same behavior is now far easier ...
Jacob Kaplan-Moss
2008-07-06
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2008-06-23
Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to...
Russell Keith-Magee
2008-06-18
Refs #7268 -- Added svn:executable flag for the Bash completion script.
Russell Keith-Magee
2008-06-18
Refs #7268 -- Added django-admin as an alias in the django-bash-completion sc...
Russell Keith-Magee
2008-02-25
Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S...
Jacob Kaplan-Moss
2007-05-15
Fixed some documentation strings in django-admin, and updated the bash comple...
Russell Keith-Magee
2007-03-08
Fixed #1240 -- Fixed portability problem in bash completion script. Thanks,
Malcolm Tredinnick
2007-02-28
Fixed #1240: added better support for different names for "python" to django_...
Jacob Kaplan-Moss
2007-02-25
Added completetion support for app names to django_base_completion, which clo...
Jacob Kaplan-Moss
2006-06-21
Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty