summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-26Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...Russell Keith-Magee
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-26Added file omitted from r12598.Russell Keith-Magee
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-26Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...Russell Keith-Magee
2010-02-25Fixed #12901. Again. Model validation will not be performed on excluded field...Joseph Kocherhans
2010-02-24Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.Justin Bronn
2010-02-24Fixed #10216. Only try to gather template exception info if the exception is ...Joseph Kocherhans
2010-02-24Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed fro...Justin Bronn
2010-02-24Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...Joseph Kocherhans
2010-02-24Fixed #12944. Added Django version to the main part of the debug page. Thanks...Joseph Kocherhans
2010-02-24Fixed #12734. Deferred fields will now be properly converted to python when a...Joseph Kocherhans
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...Joseph Kocherhans
2010-02-24Polish translations updatedJarek Zgoda
2010-02-24Fixed #12818. SQLite now properly quotes strings for date extraction and trun...Joseph Kocherhans
2010-02-24Fixed #12102 -- Corrected an example in the docs that suggested that you use ...Russell Keith-Magee
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-24Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...Joseph Kocherhans
2010-02-24Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation....Russell Keith-Magee
2010-02-24Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...Russell Keith-Magee
2010-02-24Fixed #12538 -- Added a note that pickles aren't stable during version update...Russell Keith-Magee
2010-02-24Fixed #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee
2010-02-24Fixed #12951 -- Corrected README link for deployment. Thanks to carljm for th...Russell Keith-Magee
2010-02-23Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...Joseph Kocherhans
2010-02-23Fixed a regression on Python < 2.6 introduced in [12552].Jacob Kaplan-Moss
2010-02-23Fixed an unspecified ordering in the expression tests that could lead to a he...Jacob Kaplan-Moss
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2010-02-23Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...Joseph Kocherhans
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