summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...Russell Keith-Magee
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-11-02Fixed #14596 -- Light refactoring of the cache backends.Russell Keith-Magee
2010-10-31When looking for django tables which exist, query for all tables once, not on...Alex Gaynor
2010-10-30Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...Russell Keith-Magee
2010-10-29Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...Russell Keith-Magee
2010-10-29Fixed #14523 -- Modified response handling so that exceptions raised by proce...Russell Keith-Magee
2010-10-27Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...Alex Gaynor
2010-10-27Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen...Ramiro Morales
2010-10-21Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...Chris Beaven
2010-10-20Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...Luke Plant
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-14Fixed #14301 -- Handle email validation gracefully with email addresses conta...Jannis Leidel
2010-10-11Fixed #13494 -- Correctly concat an email subject prefix with a translation s...Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-09Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6.Alex Gaynor
2010-10-09Fixed #14356. Remove some dead imports from django.core.management.sql. Tha...Alex Gaynor
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...Jannis Leidel
2010-10-07Fixed #7722 - added support for CC in EmailMessage.Luke Plant
2010-10-06Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sql...Adrian Holovaty
2010-10-06Negligible formatting improvement to an error in management/sql.pyAdrian Holovaty
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-10-02Fixed #10215 -- Ensured that there is parity between enter and leave transact...Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-19Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee
2010-09-12Debug 404 page now displays names of URL patterns, if they exist.Malcolm Tredinnick
2010-09-12Always pass models in post_syncdb signals as a set (not as a listMalcolm Tredinnick
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-09-10Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10Fixed #14250 - FileBasedCacheTests.test_cull test failureLuke Plant
2010-08-31Fixed #14199 -- Added a missing table creation statement in the db cache back...Russell Keith-Magee
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-30Fixed #14145 - undeterministic behavior when project or app template contains...Luke Plant
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-14Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-08-06Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...Russell Keith-Magee
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2010-08-05Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...Russell Keith-Magee
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-08-05Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee