summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2010-04-19[1.1.X] Fixed #13374 -- Corrected some more minor issues causing problems for...Russell Keith-Magee
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...Russell Keith-Magee
2010-04-01[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt...Russell Keith-Magee
2010-03-31[1.1.X] Fixed #13253 -- Updated the help message for dumpdata to indicate tha...Russell Keith-Magee
2010-03-26[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when th...Russell Keith-Magee
2010-03-21[1.1.X] Fixed #12286: Ensure proxied model's table is created.Karen Tracey
2010-03-13[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...Karen Tracey
2010-03-12[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...Russell Keith-Magee
2010-03-06[1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us...Karen Tracey
2010-03-02[1.1.X] Fixed #12898: Reverted a change that assumed the file system encoding...Karen Tracey
2010-03-01[1.1.X] Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-23[1.1.X] Fixed #11859. Allowed subclasses of tuple or list for choice options....Joseph Kocherhans
2010-02-22[1.1.X] Fixed #12655 - diffsettings command now returns the diff instead of p...Jannis Leidel
2010-02-16[1.1.X] Fixed #4695 - Worked around a problem of xgettext ignoring some trans...Jannis Leidel
2010-02-16[1.1.X] Fixed #11284 - Stop forcing the use of the djangojs domain when the "...Jannis Leidel
2010-02-14[1.1.X] Fixed #6054: work around PIL's installation brokeness by detecting ei...Jacob Kaplan-Moss
2010-02-11[1.1.X] Corrected merge of r12411 to 1.1.X branch (see r12415).Russell Keith-Magee
2010-02-11[1.1.X] Fixed #11483 -- Modified db cache backend to use db backend functions...Russell Keith-Magee
2010-02-11[1.1.X] Fixed #11623 -- Corrected table name quoting in db cache backend. Tha...Russell Keith-Magee
2010-02-11[1.1.X] Fixed #12189 -- Corrected rollback behavior in database cache backend...Russell Keith-Magee
2010-02-11[1.1.X] Fixed #12399 -- Added handling for memcache timeouts longer than 30 d...Russell Keith-Magee
2010-01-27[1.1.X] Fixed #11969 -- `Field.post_create_sql` hook should not be called for...Justin Bronn
2010-01-03[1.1.X] Fixed #11615 -- Changed test runners to use an exit status code of 1 ...Gary Wilson Jr
2009-12-19[1.1.X] Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-11-16[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-04[1.1.X] Fixed #11144 -- When a to/from/cc header contains unicode, make sure ...Russell Keith-Magee
2009-11-04[1.1.X] Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handle...Russell Keith-Magee
2009-10-15[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.Luke Plant
2009-10-14[1.1.X] Fixed #6552, #12031 - Make django.core.context_processors.auth lazy t...Luke Plant
2009-09-12[1.1.X] Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers...Russell Keith-Magee
2009-09-10Fixed #11621 - don't copy .pyo and .py.class files from example app/projectLuke Plant
2009-09-10Improved NoReverseMatch error message when invalid args/kwargs are passed.Luke Plant
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-02Fixed #10834 -- Corrected [11120] to ensure that there is a difference betwee...Russell Keith-Magee
2009-06-29Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve...Russell Keith-Magee
2009-06-12Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.Luke Plant
2009-06-09Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...Russell Keith-Magee
2009-05-20Fixed #10867: make the makemessages command ignore files and only process dir...Jacob Kaplan-Moss
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-12Fixed #9751: admin scripts now calculate the project directory correctly when...Jacob Kaplan-Moss
2009-05-11Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-08Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...Jacob Kaplan-Moss
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-08Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...Jacob Kaplan-Moss
2009-05-08Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...Gary Wilson Jr