summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-27Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...Russell Keith-Magee
2010-04-19Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-15Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee
2010-04-11Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
2010-04-01Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee
2010-03-31Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...Russell Keith-Magee
2010-03-26Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...Russell Keith-Magee
2010-03-18Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...Russell Keith-Magee
2010-03-18Fixed #12849 -- Corrected the way strings are encoded for display by the colo...Russell Keith-Magee
2010-03-13Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey
2010-03-12Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. ...Russell Keith-Magee