summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-04-11Fixed #10783 -- Fixed Javascript error when adding a new object in admin.Malcolm Tredinnick
2009-04-11Fixed #10782 -- Fixed a Javascript error in the admin.Malcolm Tredinnick
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-04-10No longer create tables for unnecessary applications when running the GeoDjan...Justin Bronn
2009-04-10Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...Justin Bronn
2009-04-10Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...Justin Bronn
2009-04-10Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only...Adrian Holovaty
2009-04-10Fixed typo in GeoDjango deprecation error messageAdrian Holovaty
2009-04-10Changed GeoDjango GeometryField to lazily load units, units_name and _spheroidAdrian Holovaty
2009-04-10Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...Jacob Kaplan-Moss
2009-04-10Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-04-08Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works...Jacob Kaplan-Moss
2009-04-08Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...Jacob Kaplan-Moss
2009-04-08Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL...Justin Bronn
2009-04-07Fixed #9957: feeds now respect time zone information provided by the pub date.Jacob Kaplan-Moss
2009-04-07Fixed #10757 -- Fixed improper selection of primary keys across relations whe...Justin Bronn
2009-04-07Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden.Jacob Kaplan-Moss
2009-04-07Fixed #10169: don't accidentally try to redirect to "None" after posting a co...Jacob Kaplan-Moss
2009-04-07Now support SVG output in SpatiaLite; added tests for SVG output.Justin Bronn
2009-04-07Fixed #10633, #10691: marked strings in the comments app for translation. Tha...Jacob Kaplan-Moss
2009-04-07Fixed #10585: comment redirects built from the `next` parameter now work corr...Jacob Kaplan-Moss
2009-04-07Fixed #9956: relax the URL pattern for primary keys in the comment redirect s...Jacob Kaplan-Moss
2009-04-07Fixed #9792: corrected invalid HTML in the comment form and comment preview.Jacob Kaplan-Moss
2009-04-07Fixed #9268: pass the "next" param through in the comment preview/post view. ...Jacob Kaplan-Moss
2009-04-06Fixed #10423, a type on the `AdminSite.admin_view` docstring.Jacob Kaplan-Moss
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-04-05Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin...Jacob Kaplan-Moss
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 #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-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
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 #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 #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 #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-03-31Forgot to remove import of defunct `GeoMixin`.Justin Bronn
2009-03-31Fixed a corner case from [10258]; thanks, Alex.Jacob Kaplan-Moss
2009-03-31Fixed #10332 -- Added new provinces to IT localflavor, patch from gogna.Gary Wilson Jr