index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extras
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-3
/
+2
*
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-12-06
1
-3
/
+3
*
Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.
Albert Wang
2019-03-23
1
-7
/
+5
*
Refs #23919 -- Removed Python 2 reference in django_bash_completion.
Mads Jensen
2017-07-10
1
-1
/
+1
*
Fixed #25222 -- Avoided installing django_bash_completion for python*-config.
Ville Skyttä
2015-08-04
1
-1
/
+1
*
Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...
Ville Skyttä
2015-08-04
1
-2
/
+4
*
Removed extras/csrf_migration_helper.py
Tim Graham
2014-06-09
1
-356
/
+0
*
Converted Django scripts to argparse
Claude Paroz
2014-06-09
1
-21
/
+10
*
Removed --skip-scripts from extras/Makefile.
Florian Apolloner
2014-05-16
1
-1
/
+1
*
Skipped inclusion of scripts (pip will take care of that).
Florian Apolloner
2013-12-29
1
-1
/
+1
*
Switched setup.py to setuptools.
Florian Apolloner
2013-12-27
1
-1
/
+1
*
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-28
1
-2
/
+2
*
Fixed all E226 violations
Alex Gaynor
2013-11-03
1
-1
/
+1
*
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
1
-0
/
+7
*
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
1
-2
/
+2
*
Fixed assorted flake8 errors.
Tim Graham
2013-10-11
1
-1
/
+1
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-2
/
+1
*
Modernize the CSRF migration helper.
Aymeric Augustin
2013-05-17
1
-6
/
+4
*
Fixed #19252 -- Added support for wheel packages.
Florian Apolloner
2013-05-01
1
-0
/
+9
*
Fixed #19523 -- Improved performance of Django's bash completion
Anders Kaseorg
2013-01-22
1
-3
/
+3
*
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-05
1
-11
/
+9
*
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
1
-16
/
+16
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-1
/
+1
*
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-12
1
-1
/
+1
*
Fixed #15493 - csrf_migration_helper.py parsing fix.
Luke Plant
2011-02-25
1
-9
/
+16
*
Fixed #12174 -- Corrected Bash command line completion when calling "python m...
Russell Keith-Magee
2010-02-05
1
-1
/
+33
*
Various fixes/improvements to the the extras/csrf_migration_helper.py script
Luke Plant
2010-01-20
1
-46
/
+29
*
Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper script
Luke Plant
2010-01-20
1
-1
/
+6
*
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
1
-0
/
+369
*
Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.
Joseph Kocherhans
2009-09-11
1
-130
/
+4
*
Removed outdated "adminindex" command -- the same behavior is now far easier ...
Jacob Kaplan-Moss
2008-08-25
1
-2
/
+2
*
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2008-07-06
1
-8
/
+9
*
Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to...
Russell Keith-Magee
2008-06-23
1
-1
/
+1
*
Refs #7268 -- Added svn:executable flag for the Bash completion script.
Russell Keith-Magee
2008-06-18
1
-0
/
+0
*
Refs #7268 -- Added django-admin as an alias in the django-bash-completion sc...
Russell Keith-Magee
2008-06-18
1
-2
/
+8
*
Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S...
Jacob Kaplan-Moss
2008-02-25
1
-5
/
+5
*
Fixed some documentation strings in django-admin, and updated the bash comple...
Russell Keith-Magee
2007-05-15
1
-30
/
+30
*
Fixed #1240 -- Fixed portability problem in bash completion script. Thanks,
Malcolm Tredinnick
2007-03-08
1
-1
/
+1
*
Fixed #1240: added better support for different names for "python" to django_...
Jacob Kaplan-Moss
2007-02-28
1
-1
/
+23
*
Added completetion support for app names to django_base_completion, which clo...
Jacob Kaplan-Moss
2007-02-25
1
-4
/
+22
*
Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.
Malcolm Tredinnick
2006-06-21
1
-2
/
+16
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
2
-0
/
+106