summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-24Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed fro...Justin Bronn
2010-02-23Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad...Joseph Kocherhans
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-23Fixed #12707. Admin action messages are no longer displayed when submitting l...Joseph Kocherhans
2010-02-23Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that...Russell Keith-Magee
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-22Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun...Joseph Kocherhans
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...Russell Keith-Magee
2010-02-22Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...Justin Bronn
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-07Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees.Jannis Leidel
2010-02-07Fixed #12748 - Use charAt instead of array-like access to format string to pl...Jannis Leidel
2010-02-07Fixed #12793 - Only use the admin actions JavaScript if not explicitly deacti...Jannis Leidel
2010-02-04Fixed #12358 - csrf_token template tag does not work with flatpages.Luke Plant
2010-02-01Use a closure for embedding the admin actions JavaScript and updated the mini...Jannis Leidel
2010-02-01Being a good citizen, adding the jQuery license and a command line script to ...Jannis Leidel
2010-02-01Fixed #12695 - Force Firefox to not autocomplete input fields that are critic...Jannis Leidel
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-02-01Fixed #12700 - Take read-only fields into account when rendering the empty fo...Jannis Leidel
2010-02-01Fixed #12628 - Don't ignore read-only fields in GenericInlineModelAdmin durin...Jannis Leidel
2010-02-01Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...Jannis Leidel
2010-02-01Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, je...Jannis Leidel
2010-01-29Fixed geographic feed test failure due to `Rss201rev2Feed` additions in r12338.Justin Bronn
2010-01-29Now look for `DatabaseError` during PostGIS backend initialization, as it is ...Justin Bronn
2010-01-29Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee
2010-01-29Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet`...Justin Bronn
2010-01-29Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416.Justin Bronn
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-28Fixed #12600 -- Added some extra search paths for comment preview templates, ...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-27`GeoQuerySet.distance` now allows calculations to/from non-point geodetic geo...Justin Bronn
2010-01-27Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, ...Justin Bronn
2010-01-27Fixed #12706 -- Forgot to pass `using` kwarg in parent class initialization o...Justin Bronn
2010-01-27`OGRGeometry` objects may now be pickled.Justin Bronn
2010-01-27Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...Justin Bronn
2010-01-27Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra...Justin Bronn
2010-01-26Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...Justin Bronn
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2010-01-25Small optimization on r12285Luke Plant
2010-01-24Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp...Luke Plant
2010-01-23Made CookieStorage account for the overhead added by the underlying cookie en...Luke Plant
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner