summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-18Fixed #13138: Ensure required=False on a model form field overrides Karen Tracey
2010-03-16Changed the comments post view code to avoid raising an exception if handed i...Karen Tracey
2010-03-16Fixed #10361 -- Added documentation for ComboField and MultiValueField form f...Gary Wilson Jr
2010-03-16Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...Karen Tracey
2010-03-16Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...Karen Tracey
2010-03-16Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...Karen Tracey
2010-03-16Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.Karen Tracey
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-15Fixed #12998 -- Corrected handling of time zones in syndication framework.Russell Keith-Magee
2010-03-15Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...Russell Keith-Magee
2010-03-15Added a transaction rollback needed to clean up after the test introduced by ...Russell Keith-Magee
2010-03-15Fixed #13014 - Added section about how to use the language code with fragemen...Jannis Leidel
2010-03-15Fixed #13045 - Add USE_L10N to the project skeleton settings.Jannis Leidel
2010-03-15Fixed #13000 - Use a dictionary for the error messages definition in user cre...Jannis Leidel
2010-03-15Fixed #13026 - Also update the index of lookup links when adding inlines dynm...Jannis Leidel
2010-03-15Fixed #12339 -- Made content type deletion an interactive process to prevent ...Russell Keith-Magee
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-15Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...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
2010-03-12Fixed #11801 -- Corrected form validation to ensure you can still get deleted...Russell Keith-Magee
2010-03-12Fixed #12940 -- Modified some admin actions in contrib.comments to use ungett...Russell Keith-Magee
2010-03-12Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee
2010-03-12Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved thr...Russell Keith-Magee
2010-03-12Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...Russell Keith-Magee
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-11Fixed #13084: Corrected typo in error-reporting docs.James Bennett
2010-03-10Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey
2010-03-10Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...Russell Keith-Magee
2010-03-10Fixed #12427 -- Started the deprecation path for cmemcache support. Thanks to...Russell Keith-Magee
2010-03-10Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul...Russell Keith-Magee
2010-03-10Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...Russell Keith-Magee
2010-03-10Refs #12767 -- Modified the multi-db docs to remove the implication that cont...Russell Keith-Magee
2010-03-10Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log...Russell Keith-Magee
2010-03-10Updates to Spanish translation.Marc Fargas
2010-03-10Closes #13044, Updates to Spanish translation.Marc Fargas
2010-03-10Clean up a stray debugging print from [12746].James Bennett
2010-03-10Ensure that NullBooleanField displays the appropriate icon for null values in...James Bennett
2010-03-10Tests for [12744], which were accidentally left out of the commit. Refs #13071.James Bennett
2010-03-10Forced blank=True for NullBooleanField to allow it to pass model validation w...James Bennett
2010-03-10Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Malcolm Tredinnick
2010-03-10Updated syndication framework porting notes.Malcolm Tredinnick
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-09Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p...Karen Tracey
2010-03-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #11183 - BaseForm init leaves pointers pointing back to base_fieldsLuke Plant
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey