summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-04Fixed #10065 -- Corrected an error message when an empty urlpattern object is...Russell Keith-Magee
2009-04-04Fixed a problem when computing deferred fields on multiple related models.Malcolm Tredinnick
2009-04-04Fixed deferred fields and select_related() interaction.Malcolm Tredinnick
2009-04-04Fixed #10695 -- Fixed implementation of deferred attribute retrieval.Malcolm Tredinnick
2009-04-04Tweaked a GIS expected test failure.Malcolm Tredinnick
2009-04-03Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss
2009-04-03Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma.Jacob Kaplan-Moss
2009-04-03Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...Jacob Kaplan-Moss
2009-04-03Fixed #9546: GenericRelations inherited from base models no longer query usin...Jacob Kaplan-Moss
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-04-03Fixed #10681 -- Work around (by ignoring) invalid ETag headers.Malcolm Tredinnick
2009-04-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
2009-04-02Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...Jacob Kaplan-Moss
2009-04-02Fixed #9779: added support for relation detection to inspectdb under SQLite. ...Jacob Kaplan-Moss
2009-04-02Added tests for database introspection. Refs #9779.Jacob Kaplan-Moss
2009-04-02Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte...Jacob Kaplan-Moss
2009-04-02Fixed #10053: the most exciting commit you'll ever see.Jacob Kaplan-Moss
2009-04-02Fixed #10670: fixed reusing QuerySets previously used in a filter expression....Jacob Kaplan-Moss
2009-04-02Fixed the test in [10351] to work reguardless of the test settings.Jacob Kaplan-Moss
2009-04-02Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.Jacob Kaplan-Moss
2009-04-01Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...Brian Rosner
2009-04-01Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....Jacob Kaplan-Moss
2009-04-01Fixed some silly assumptions about pk's that broke the test suite under postg...Joseph Kocherhans
2009-04-01Reverted [10346] because it effectively breaks USE_I18N by forcing import of ...Jacob Kaplan-Moss
2009-04-01Fixed #9847: mark the permission denied message for translation.Jacob Kaplan-Moss
2009-04-01Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan.Jacob Kaplan-Moss
2009-04-01Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid confli...Jacob Kaplan-Moss
2009-04-01Fixed #10265: fixed a bug when generating a password reset token for a user c...Jacob Kaplan-Moss
2009-04-01Do [10337] correctly; thanks, Alex.Jacob Kaplan-Moss
2009-04-01Fixed #8889: make admindocs function view work with class-based views.Jacob Kaplan-Moss
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