summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-05Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr...Karen Tracey
2009-04-04[1.0.X] Fixed the test added for #9005 to use the e.args[0] instead of e.mess...Karen Tracey
2009-04-04[1.0.X] Fixed up the tests added for #9779 to run under Python 2.3, which doe...Karen Tracey
2009-04-04[1.0.X] Replace test use of assertTrue with failUnless. No matter how many ti...Karen Tracey
2009-04-04[1.0.X] Fixed #10254: Changed the regex in get_valid_filename to allow unicod...Karen Tracey
2009-04-04[1.0.X] Update svnmerge metadata.Karen Tracey
2009-04-04[1.0.X] Blocked r10385 from merge.Russell Keith-Magee
2009-04-03[1.0.X] Fixed #9991: correctly introspect PostgreSQL 'real' types. Backport o...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed #9546: GenericRelations inherited from base models no longer qu...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...Jacob Kaplan-Moss
2009-04-02Polish translation updatedJarek Zgoda
2009-04-02Updated svnmerge metadata.Jacob Kaplan-Moss
2009-04-02[1.0.X] Fixed #9520: make the date filter fail silently for non-date values. ...Jacob Kaplan-Moss
2009-04-02[1.0.X] Added tests for database introspection. Refs #9779. Backport r10362 f...Jacob Kaplan-Moss
2009-04-02[1.0.X] Fixed #10063: stop passing the -W flag to psql since it isn't needed ...Jacob Kaplan-Moss
2009-04-02[1.0.X] The most exciting *backport* you'll ever see.Jacob Kaplan-Moss
2009-04-02[1.0.X] Fixed the test in [10351] to work reguardless of the test settings. B...Jacob Kaplan-Moss
2009-04-02Updated svnmerge metadata.Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE is...Jacob Kaplan-Moss
2009-04-01[1.0.x] Backport of r10348 from trunk, plus missing tests that should have be...Joseph Kocherhans
2009-04-01[1.0.X] Fixed #10538: use a prefix for HTML ids on the admin doc page to avoi...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10265: fixed a bug when generating a password reset token for ...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c...Jacob Kaplan-Moss
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