summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-01Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...Jacob Kaplan-Moss
2009-04-01Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts.Jacob Kaplan-Moss
2009-04-01Fixed #10460: the logout view can now redirect like the rest of the auth view...Jacob Kaplan-Moss
2009-04-01Fixed #10106: added is_active to user admin's list_display.Jacob Kaplan-Moss
2009-04-01Fixed #9881: Added the to the login view context, not just the site's name. ...Jacob Kaplan-Moss
2009-04-01Fixed #9474: user_passes_test may now be applied multiple times.Jacob Kaplan-Moss
2009-04-01Forgot to include the SpatiaLite test SQL files.Justin Bronn
2009-04-01Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...Justin Bronn
2009-04-01Fixed #10693: updated params in the docs.Jacob Kaplan-Moss
2009-04-01Fixed #10684: updated Carl's name in AUTHORS.Jacob Kaplan-Moss
2009-04-01Fixed a bug introduced by [10316].Jacob Kaplan-Moss
2009-04-01Fixed #9969: choices with options groups (added in [7977]) now work correctly...Jacob Kaplan-Moss
2009-04-01Fixed #9908: allow individual app index templates in the admin. Thanks, arne.Jacob Kaplan-Moss
2009-04-01Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...Jacob Kaplan-Moss
2009-04-01Fixed #8853: don't automatically append .html in the admindoc :template: role...Jacob Kaplan-Moss
2009-04-01Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...Jacob Kaplan-Moss
2009-04-01Fixed #10031: updated SQLite database docs to more strongly indicate the prob...Jacob Kaplan-Moss
2009-04-01Fixed #9452. InlineModelAdmin docs now mention the right default for 'form'.Joseph Kocherhans
2009-03-31Fixed a silly typo in databases ref. Thanks, Alex.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans
2009-03-31Reformated the source of the doc index to be more friendly to human readers.Jacob Kaplan-Moss
2009-03-31Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2009-03-31Fixed #10513: floatformat now works with floatish things, not just real float...Jacob Kaplan-Moss
2009-03-31Fixed #9012: Changed inappropriate title of models documentation.James Bennett
2009-03-31Forgot to remove import of defunct `GeoMixin`.Justin Bronn
2009-03-31Fixed #10367: Added note to generic-relation docs explaining when it's necess...James Bennett
2009-03-31Fixed a corner case from [10258]; thanks, Alex.Jacob Kaplan-Moss
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2009-03-31Fixed #10306: Corrected form action in auth login example.James Bennett
2009-03-31Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.Gary Wilson Jr
2009-03-31Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-31Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.Gary Wilson Jr
2009-03-31Fixed #10332 -- Added new provinces to IT localflavor, patch from gogna.Gary Wilson Jr
2009-03-31Fixed #10375 -- Added documentation about the default format strings used for...Gary Wilson Jr
2009-03-31Added row highlighting when selecting action checkmarks.Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,...Justin Bronn
2009-03-31Fixed #10575 -- Fixed wording in database docs, patch from rduffield.Gary Wilson Jr
2009-03-31Fixed #10577 -- Fixed doc typo, patch from Zoramite.Gary Wilson Jr
2009-03-31Fixed #10612 -- Removed duplicate word in docs, patch from adamfast.Gary Wilson Jr
2009-03-31Fixed #10676 -- Make transaction nop routine used during testing accept any a...Karen Tracey
2009-03-31Updated Polish translationJarek Zgoda
2009-03-31Fixed #10667 -- Added missing sys import.Gary Wilson Jr
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-31Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...Jacob Kaplan-Moss
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2009-03-31Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...Joseph Kocherhans
2009-03-30Fixed #9946 -- Removed redundant mention of needing to define `list_display`.Gary Wilson Jr
2009-03-30Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...Jacob Kaplan-Moss