summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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 #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...Russell Keith-Magee
2010-03-09[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09[1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-e...Karen Tracey
2010-03-09[1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fi...Luke Plant
2010-03-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...Karen Tracey
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-08[1.1.X] Fixed #11461: Ensured complete traceback is available on the debug pa...Karen Tracey
2010-03-08[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...Luke Plant
2010-03-08[1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing null...Luke Plant
2010-03-07[1.1.X] Fixed #6228: Changed common middleware to respect request-specific ur...Karen Tracey
2010-03-07[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...Joseph Kocherhans
2010-03-07[1.1.X] Fixed #12913. Fields with choices now respect show_hidden_initial as ...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us...Karen Tracey
2010-03-05[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...Karen Tracey
2010-03-05[1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key err...Karen Tracey
2010-03-04[1.1.X] Made Python 2.3 compatibility fixes for some recent test additions.Karen Tracey
2010-03-03[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...James Bennett
2010-03-03[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...James Bennett
2010-03-02[1.1.X] Fixed #12898: Reverted a change that assumed the file system encoding...Karen Tracey
2010-03-02[1.1.X] Fixed #11522: Restored ability of http redirect responses to correctl...Karen Tracey
2010-03-02[1.1.X] Fixed Bosnian language code introduced in r12330.Jannis Leidel
2010-03-02[1.1.X] Fixed #6510 -- Refactored the way child nodes are found in template n...Russell Keith-Magee
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-02[1.1.X] Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid co...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #10878, an error in the `Moderator` docstring.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11457: tightened the security check for "next" redirects after...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...Karen Tracey
2010-03-01[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-02-28[1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode errors ...Karen Tracey
2010-02-27[1.1.X] Removed more stray tabs in Python files. Karen Tracey
2010-02-27[1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the rep...Karen Tracey
2010-02-26[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...Justin Bronn
2010-02-26[1.1.X] Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when pa...Jannis Leidel
2010-02-26[1.1.X] Fixed #11384 - Make sure translations in the project directory really...Jannis Leidel
2010-02-26[1.1.X] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
2010-02-26[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...Karen Tracey
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey