summaryrefslogtreecommitdiff
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak2021-01-141-3/+2
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-061-3/+3
* Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.Albert Wang2019-03-231-7/+5
* Refs #23919 -- Removed Python 2 reference in django_bash_completion.Mads Jensen2017-07-101-1/+1
* Fixed #25222 -- Avoided installing django_bash_completion for python*-config.Ville Skyttä2015-08-041-1/+1
* Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...Ville Skyttä2015-08-041-2/+4
* Removed extras/csrf_migration_helper.pyTim Graham2014-06-091-356/+0
* Converted Django scripts to argparseClaude Paroz2014-06-091-21/+10
* Removed --skip-scripts from extras/Makefile.Florian Apolloner2014-05-161-1/+1
* Skipped inclusion of scripts (pip will take care of that).Florian Apolloner2013-12-291-1/+1
* Switched setup.py to setuptools.Florian Apolloner2013-12-271-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-021-0/+7
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-2/+1
* Modernize the CSRF migration helper.Aymeric Augustin2013-05-171-6/+4
* Fixed #19252 -- Added support for wheel packages.Florian Apolloner2013-05-011-0/+9
* Fixed #19523 -- Improved performance of Django's bash completionAnders Kaseorg2013-01-221-3/+3
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-11/+9
* Replaced print statement by print function (forward compatibility syntax).Claude Paroz2012-04-301-16/+16
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel2011-08-121-1/+1
* Fixed #15493 - csrf_migration_helper.py parsing fix.Luke Plant2011-02-251-9/+16
* Fixed #12174 -- Corrected Bash command line completion when calling "python m...Russell Keith-Magee2010-02-051-1/+33
* Various fixes/improvements to the the extras/csrf_migration_helper.py scriptLuke Plant2010-01-201-46/+29
* Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper scriptLuke Plant2010-01-201-1/+6
* Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant2009-10-261-0/+369
* Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.Joseph Kocherhans2009-09-111-130/+4
* Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss2008-08-251-2/+2
* Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick2008-07-061-8/+9
* Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to...Russell Keith-Magee2008-06-231-1/+1
* Refs #7268 -- Added svn:executable flag for the Bash completion script.Russell Keith-Magee2008-06-181-0/+0
* Refs #7268 -- Added django-admin as an alias in the django-bash-completion sc...Russell Keith-Magee2008-06-181-2/+8
* Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S...Jacob Kaplan-Moss2008-02-251-5/+5
* Fixed some documentation strings in django-admin, and updated the bash comple...Russell Keith-Magee2007-05-151-30/+30
* Fixed #1240 -- Fixed portability problem in bash completion script. Thanks,Malcolm Tredinnick2007-03-081-1/+1
* Fixed #1240: added better support for different names for "python" to django_...Jacob Kaplan-Moss2007-02-281-1/+23
* Added completetion support for app names to django_base_completion, which clo...Jacob Kaplan-Moss2007-02-251-4/+22
* Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick2006-06-211-2/+16
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+106