index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2012-02-09
Fixed #17286 -- Made sure all cache backends are set up to connect to the sig...
Jannis Leidel
2012-02-09
Fixed #11970 -- Wrapped the exception happening during deserialization in Des...
Jannis Leidel
2012-02-09
Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...
Jannis Leidel
2012-02-07
Fixed #11745 -- Grouped commands by application in the output of `manage.py h...
Aymeric Augustin
2012-02-05
Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...
Julien Phalip
2012-02-04
Made a couple of idiomatic changes in makemessages.
Ramiro Morales
2012-02-04
Removed hard-coded root tree path in makemessages.
Ramiro Morales
2012-02-04
Fixed undefined variable name in makemessages command code.
Ramiro Morales
2012-02-04
Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....
Julien Phalip
2012-02-04
Fixed #17628 -- Extended makemessages command to also ignore directories when...
Jannis Leidel
2012-02-04
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2012-02-04
Fixed #17517 -- Added `--name` option to startproject and startapp management...
Jannis Leidel
2012-01-19
Fixed #17078: properly invoke IPython 0.12.
Jacob Kaplan-Moss
2012-01-15
Fixed #17468 -- Made sure the project/app template management command tests c...
Jannis Leidel
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2012-01-14
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...
Luke Plant
2012-01-08
Fixed #17300 -- Prevented createcachetable from crashing when the cache table...
Aymeric Augustin
2012-01-08
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
2012-01-07
Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...
Aymeric Augustin
2012-01-04
Fixed #17503 -- A destination directory passed to startproject or startapp as...
Carl Meyer
2012-01-02
Fixed #6163 -- Made "manage.py help runfcgi" display proper default values fo...
Julien Phalip
2012-01-01
Made sure startproject can handle template URLs with trailing slashes.
Ramiro Morales
2011-12-30
Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...
Aymeric Augustin
2011-12-30
Fixed #17444 -- Made it possible to customize the 'To' header in emails.
Aymeric Augustin
2011-12-29
Moved validation of project names to an earlier spot so no directory with inv...
Ramiro Morales
2011-12-29
Made sure the new project template functionality works when the template
Ramiro Morales
2011-12-29
Made sure `manage.py help test` works.
Ramiro Morales
2011-12-23
Refactored the internals of makemessages management command for better readab...
Ramiro Morales
2011-12-22
Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...
Gabriel Hurley
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-12-21
Ensured that `makemessages` doesn't leave any temporary file over if the pars...
Julien Phalip
2011-12-17
Tweaked changes from r17228 to cater for older simplejson versions.
Ramiro Morales
2011-12-17
Fixed #16850 -- Made sure we always represent Decimal instances with JS strin...
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-12-16
Removed incorrect comment in core/handlers/modpython.py. If it were true, the...
Adrian Holovaty
2011-12-16
Negligible typo fix in a comment in handlers/wsgi.py
Adrian Holovaty
2011-12-11
Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...
Aymeric Augustin
2011-12-03
Fixed a couple of typos.
Ramiro Morales
2011-11-27
Clean up the the locmem cache backend and utils.synch by using context manage...
Alex Gaynor
2011-11-26
Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...
Carl Meyer
2011-11-21
Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...
Paul McMillan
2011-11-20
Upgraded manage.py cleanup to be compatible with time zone support. See also ...
Aymeric Augustin
2011-11-20
Made the database cache backend, which bypasses the ORM, compatible with time...
Aymeric Augustin
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
2011-11-11
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...
Julien Phalip
2011-11-07
Fixed #11118 -- Made management command BaseCommand restore locale after exec...
Ramiro Morales
[prev]
[next]