summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-08Add files mistakenly left out of r12725.Karen Tracey
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-08Move the tests added for #12302 to where some other tests for debug page resp...Karen Tracey
2010-03-08Fixed #11940 - ModelForm evaluates callable default values on form class crea...Luke Plant
2010-03-08Fixed #12240 - select_related doesn't work correctly when mixing nullable and...Luke Plant
2010-03-08Fixed #12949 -- Updated Swedish translation. Thanks to Mikko Hellsing.Russell Keith-Magee
2010-03-08Fixed #13001 -- Updated Irish translation. Thanks to Michael Thornhill.Russell Keith-Magee
2010-03-08Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and Multipl...Russell Keith-Magee
2010-03-08Fixed #12114 -- Clarified the existence of the reverse relation _set in the t...Russell Keith-Magee
2010-03-08Fixed #12811 -- Modified Tutorial 2 to indicate that the templating language ...Russell Keith-Magee
2010-03-08Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...Russell Keith-Magee
2010-03-08Fixed #13013 -- Added missing {% csrf_token %} in example form.Russell Keith-Magee
2010-03-08Fixed #13037 -- Added documentation for the css_classes() helper class. Thank...Russell Keith-Magee
2010-03-07Added file missing from r12704.Karen Tracey
2010-03-07Fixed #6228: Changed common middleware to respect request-specific urlconf. T...Karen Tracey
2010-03-07Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...Russell Keith-Magee
2010-03-07Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...Russell Keith-Magee
2010-03-07Fixed #12858. DateTime related widgets now handle custom formats properly in ...Joseph Kocherhans
2010-03-07Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor...Joseph Kocherhans
2010-03-07Fixed #13048: Corrected typo in email documentation.James Bennett
2010-03-06Fixed #12896. Documented the new side-effects of ModelForm validation.Joseph Kocherhans
2010-03-06Removed a stray print from [12690]. Thanks for catching that, apollo13.Joseph Kocherhans
2010-03-06Fixed #12960. The return value of ModelForm.clean() is now applied to the mod...Joseph Kocherhans
2010-03-06Fixed #6918: Adjusted the test in r12683 to more specifically look for what i...Karen Tracey
2010-03-06Fixed #11680: Added a note in the error-reporting documentation about basic e...James Bennett
2010-03-06Fixed #13034: Corrected default error message for IntegerField.James Bennett
2010-03-06Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS ...James Bennett
2010-03-05Fixed #6918, #12791: If an email message has an encoding, actually use that e...Karen Tracey
2010-03-05Fixed #12151: Ensured the comments code does not cause a server error when a ...Karen Tracey
2010-03-05Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...Karen Tracey
2010-03-03Fixed the files test to not care whether the names are reported as bytestring...Karen Tracey
2010-03-03Fixed #12969: Use versionadded directive for the new --symlinks option to the...James Bennett
2010-03-03Fixed #12601: Documented the slug field in the forms module.James Bennett
2010-03-03Fixed #12217: Documented the fact that serving flatpages from the flatpage mi...James Bennett
2010-03-03Fixed #11889: Documented the fact that context processors will overwrite pre-...James Bennett
2010-03-03Fixed #11883: Documented how to set a custom template name on a flatpage.James Bennett
2010-03-03Expanded the fix in [12663] to cover CSS declarations, which were also affect...James Bennett
2010-03-03Fixed #12879: Declaring the same JS file multiple times in a single Media ins...James Bennett
2010-03-02Fixed #11030: Reverted a change that assumed the file system encoding was utf...Karen Tracey
2010-03-02Fixed #11522: Restored ability of http redirect responses to correctly handle...Karen Tracey
2010-03-02Fixed Bosnian language code introduced in r12322.Jannis Leidel
2010-03-02Polish translation updatedJarek Zgoda
2010-03-02Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...Russell Keith-Magee
2010-03-02Fixed #12946: Removed an invalid example of url tag usage from the docs.Karen Tracey
2010-03-02Fixed #11710: Made a small test change to ensure utf-8 bytestrings inKaren Tracey
2010-03-02Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do notKaren Tracey
2010-03-01Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid context le...Jacob Kaplan-Moss
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey