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