summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-23Fixed #12878. Formset-wide errors are now rendered properly as html.Joseph Kocherhans
2010-02-23Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-23Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...Joseph Kocherhans
2010-02-23Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.Joseph Kocherhans
2010-02-23Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks...Joseph Kocherhans
2010-02-23Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad...Joseph Kocherhans
2010-02-23Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...Joseph Kocherhans
2010-02-23Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.Joseph Kocherhans
2010-02-23Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,...Joseph Kocherhans
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-23Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes...Joseph Kocherhans
2010-02-23Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ...Justin Bronn
2010-02-23Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn
2010-02-23Fixed #12285. ModelForm raises a more informative error if it doesn't have a ...Joseph Kocherhans
2010-02-23Fixed #12707. Admin action messages are no longer displayed when submitting l...Joseph Kocherhans
2010-02-23Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...Joseph Kocherhans
2010-02-23Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee
2010-02-23Fixed #12800 -- Clarified the text describing the palettes available to djang...Russell Keith-Magee
2010-02-23Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th...Russell Keith-Magee
2010-02-23Fixed #12859 -- Clarified the documentation on using multiple tables with .up...Russell Keith-Magee
2010-02-23Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa...Russell Keith-Magee
2010-02-23Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for t...Russell Keith-Magee
2010-02-23No, really this time -- corrected the warning message from r12510.Russell Keith-Magee
2010-02-23Cleaned up the warning message introduced by r12510.Russell Keith-Magee
2010-02-23Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on...Russell Keith-Magee
2010-02-23Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that...Russell Keith-Magee
2010-02-23Updated patch applied in r12504. Refs #12806.Justin Bronn
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-23Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn
2010-02-23Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-23Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...Justin Bronn
2010-02-22Clarified a comment from [11687].Jacob Kaplan-Moss
2010-02-22Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.Joseph Kocherhans
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-22Fixed #12901. Exclude overridden form fields from model field validation. Tha...Joseph Kocherhans
2010-02-22Fixed a typo in last commit.Jannis Leidel
2010-02-22Updated the check for gettext introduced in r12475 to also look at the version.Jannis Leidel
2010-02-22Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun...Joseph Kocherhans
2010-02-22Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...Russell Keith-Magee
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...Russell Keith-Magee
2010-02-22Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee
2010-02-22Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...Justin Bronn
2010-02-22Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn
2010-02-22Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
2010-02-21Fixed #12928 - Updated Danish translation. Thanks, Finn Gruwier Larsen.Jannis Leidel
2010-02-21Fixed #12910 - Only test extracting translation strings if xgettext can be fo...Jannis Leidel
2010-02-21Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...Jannis Leidel