summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-01[1.0.X] Fixed #8889: make admindocs function view work with class-based views...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10016: the cache middleware no longer vomits when handed long ...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrt...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9474: user_passes_test may now be applied multiple times. Back...Jacob Kaplan-Moss
2009-04-01Updated svnmerge metadata.Jacob Kaplan-Moss
2009-04-01Update svnmerge metadata.Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus,...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed a couple of mistaken bits of the docs in [10312]Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10031: updated SQLite database docs to more strongly indicate ...Jacob Kaplan-Moss
2009-04-01[1.0.x] Fixed #9452. InlineModelAdmin docs now mention the right default for ...Joseph Kocherhans
2009-04-01Marked r10303-10304 as applied to 1.0.X.Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed a silly typo in databases ref. Thanks, Alex. Backport of r10304...Jacob Kaplan-Moss
2009-04-01[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.Jacob Kaplan-Moss
2009-03-31Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...Jacob Kaplan-Moss
2009-03-31[1.0.X] Remove the block on r10055. Per note from Adrian this one should be...Karen Tracey
2009-03-31Blocked [10281] from 1.0.X.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor. Backport of r1...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10513: floatformat now works with floatish things, not just re...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict aft...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8749: add better breadcrumbs in the change password template. ...Jacob Kaplan-Moss
2009-03-31Block the rest of the 1.1 features to date from 1.0.X.Jacob Kaplan-Moss
2009-03-31Marked the rest of the revs already integreated into [1.0.X]Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9883: no longer do strange things with whitespace in the lineb...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10387: removed some code duplication in django.utils.cache. Th...Jacob Kaplan-Moss
2009-03-31Blocked some more revs from 1.0.X. Isn't this fun?Jacob Kaplan-Moss
2009-03-31Marked some more revs as integrated into 1.0.X.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl...Joseph Kocherhans
2009-03-31[1.0.X] Forms in model formsets and inline formsets can now be deleted even i...Joseph Kocherhans
2009-03-31Mark [10193] as integrated.Jacob Kaplan-Moss
2009-03-31Blocked some commits from [1.0.X]Jacob Kaplan-Moss
2009-03-31[1.0.X] Mark [10007] as merged.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickl...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. Bac...James Bennett
2009-03-31[1.0.X] Fixed #10367: Added note to generic-relation docs explaining when it'...James Bennett
2009-03-31[1.0.X] Fixed #10306: Corrected form action in auth login example. Backport o...James Bennett
2009-03-31[1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from ds...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from m...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10332 -- Added new provinces to IT localflavor, patch from go...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10375 -- Added documentation about the default format strings...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-31[1.0.X] Fixed #9437 -- Now close database connection within `get_srid_info`. ...Justin Bronn
2009-03-31[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite.Gary Wilson Jr
2009-03-31[1.0.X] Updated Polish translationJarek Zgoda
2009-03-31[1.0.X]: Fixed #10667 -- Added missing sys import.Gary Wilson Jr