summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2012-01-19Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss
2012-01-15Fixed #17468 -- Made sure the project/app template management command tests c...Jannis Leidel
2012-01-15Made email attachment handling code accept non-ASCII filenames.Ramiro Morales
2012-01-14Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...Luke Plant
2012-01-08Fixed #17300 -- Prevented createcachetable from crashing when the cache table...Aymeric Augustin
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-07Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...Aymeric Augustin
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-02Fixed #6163 -- Made "manage.py help runfcgi" display proper default values fo...Julien Phalip
2012-01-01Made sure startproject can handle template URLs with trailing slashes.Ramiro Morales
2011-12-30Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...Aymeric Augustin
2011-12-30Fixed #17444 -- Made it possible to customize the 'To' header in emails.Aymeric Augustin
2011-12-29Moved validation of project names to an earlier spot so no directory with inv...Ramiro Morales
2011-12-29Made sure the new project template functionality works when the templateRamiro Morales
2011-12-29Made sure `manage.py help test` works.Ramiro Morales
2011-12-23Refactored the internals of makemessages management command for better readab...Ramiro Morales
2011-12-22Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...Gabriel Hurley
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-21Ensured that `makemessages` doesn't leave any temporary file over if the pars...Julien Phalip
2011-12-17Tweaked changes from r17228 to cater for older simplejson versions.Ramiro Morales
2011-12-17Fixed #16850 -- Made sure we always represent Decimal instances with JS strin...Ramiro Morales
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-16Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...Adrian Holovaty
2011-12-16Removed incorrect comment in core/handlers/modpython.py. If it were true, the...Adrian Holovaty
2011-12-16Negligible typo fix in a comment in handlers/wsgi.pyAdrian Holovaty
2011-12-11Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...Aymeric Augustin
2011-12-03Fixed a couple of typos.Ramiro Morales
2011-11-27Clean up the the locmem cache backend and utils.synch by using context manage...Alex Gaynor
2011-11-26Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...Carl Meyer
2011-11-21Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...Paul McMillan
2011-11-20Upgraded manage.py cleanup to be compatible with time zone support. See also ...Aymeric Augustin
2011-11-20Made the database cache backend, which bypasses the ORM, compatible with time...Aymeric Augustin
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-11-07Fixed #11118 -- Made management command BaseCommand restore locale after exec...Ramiro Morales
2011-11-01Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin
2011-10-29Made a couple of changes for readability and correctness in loaddata.Ramiro Morales
2011-10-29Fixed #16849 -- Updated management command verbosity option help text.Ramiro Morales
2011-10-29Enhanced loaddata error message printed when no DB fixture is provided.Ramiro Morales
2011-10-29More django.conf.urls.defaults removals. Refs #17132Ramiro Morales
2011-10-28Fixed #17132 -- remove a leftover reference to django.conf.default.urls in Dj...Alex Gaynor
2011-10-24Fixed #17099 -- Removed an out-of-date warning and some unused code, now that...Carl Meyer
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-13Fixed #16923 -- Removed unused method in the serialization code.Aymeric Augustin
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-09-22Fixed #6011 -- Improved help text for flush command. Thanks Julien for the pa...Paul McMillan