summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2011-03-19[1.2.X] Fixed #13686 -- Ensure that memcache handling of unicode values in ad...Russell Keith-Magee
2011-02-28[1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales
2011-02-28[1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales
2011-02-21[1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by django...Russell Keith-Magee
2011-02-12[1.2.X] Fixed #14941 -- Stop raising ValidationError in form fields that use ...Jannis Leidel
2011-02-12[1.2.X] Fixed #12988 -- Extended regular expression of the URLValidator to fu...Jannis Leidel
2011-02-04[1.2.X] Fixed #15181 -- Ensure that special characters are escaped when query...Russell Keith-Magee
2011-01-27[1.2.X] Fixed #14823 -- Corrected bootstrapping problems with register_serial...Russell Keith-Magee
2011-01-25[1.2.X] Fixed #14796 -- Modified order of operations performed on field names...Ramiro Morales
2011-01-18[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via cu...Russell Keith-Magee
2011-01-15[1.2.X] Fixed #15042 -- Ensured that email addresses without a domain can sti...Russell Keith-Magee
2011-01-15[1.2.X] Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-14[1.2.X] Fixed #11193 -- WSGI handler not properly handling lock on error in l...Andrew Godwin
2011-01-08[1.2.X] Fixed #14888 -- Removing duplicated code in serialisers. Thanks to er...Andrew Godwin
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...Ramiro Morales
2010-12-21[1.2.X] Fixed #14301 -- Further refine changes made in r14217 to support non-...Jannis Leidel
2010-12-13[1.2.X] Fixed #12735 and #14892 -- Fixed support for the latest IPython (deve...Jannis Leidel
2010-12-04[1.2.X] Fixed #14819 -- Corrected typo in serializer docstring. Thanks to str...Russell Keith-Magee
2010-11-14[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...Ramiro Morales
2010-11-11[1.2.X] Remove the executable flag from uploadhandler.py, it wasn't. Thanks ...Alex Gaynor
2010-10-28[1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the...Russell Keith-Magee
2010-10-28[1.2.X] Negligible formatting improvement to an error in management/sql.pyRussell Keith-Magee
2010-10-27[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for...Alex Gaynor
2010-10-27[1.2.X] Fixed #14398 -- Changed runfcgi command to interpret the umask option...Ramiro Morales
2010-10-21[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...Chris Beaven
2010-10-14[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...Jannis Leidel
2010-10-11[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...Jannis Leidel
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-09[1.2.X] Fixed a PendingDeprecationWarning coming from django.core.cache in Py...Alex Gaynor
2010-10-09[1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s...Alex Gaynor
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-02[1.2.X] Fixed #10215 -- Ensured that there is parity between enter and leave ...Russell Keith-Magee
2010-09-19[1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the seriali...Russell Keith-Magee
2010-09-12[1.2.X] Add warning when using cache keys that might not work withMalcolm Tredinnick
2010-09-10[1.2.X] Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10[1.2.X] Fixed #14250 - FileBasedCacheTests.test_cull test failureLuke Plant
2010-09-03[1.2.X] Fixed #14145 - undeterministic behavior when project or app template ...Luke Plant
2010-08-31[1.2.X] Fixed #14199 -- Added a missing table creation statement in the db ca...Russell Keith-Magee
2010-08-20[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_sy...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14027 -- Ensure that reverse() raises an exception when you tr...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is o...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the databa...Russell Keith-Magee
2010-08-05[1.2.X] Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04[1.2.X] Fixed #14025 -- Modified flush to adhere to router sync instructions ...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-06-03Fixed #10758 - sys.exc_info() should not be stored on a local variableLuke Plant
2010-05-28Fixed #13656 -- Ensure that the management commands use the right database fo...Russell Keith-Magee
2010-05-10Removed some debug accidentally committed in r13201.Russell Keith-Magee
2010-05-10Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...Russell Keith-Magee