| Age | Commit message (Expand) | Author |
| 2011-08-12 | Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete... | Jannis Leidel |
| 2011-08-12 | Fixed #4617 -- Added `raise_exception` option to `permission_required` decora... | Jannis Leidel |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-08-12 | Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti... | Jannis Leidel |
| 2011-08-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | Jannis Leidel |
| 2011-08-12 | Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ... | Jannis Leidel |
| 2011-08-12 | Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado... | Jannis Leidel |
| 2011-08-12 | Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki... | Jannis Leidel |
| 2011-08-12 | Fixed #16387 -- Disabled localization in openlayers template. Thanks, claudep. | Jannis Leidel |
| 2011-08-12 | Fixed #16604 -- Use new save_related hook when saving objects on the changeli... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-08-12 | Set STATIC_ROOT in test runner settings to make sure the admin tests pass. Th... | Jannis Leidel |
| 2011-08-12 | Added with_statement Python 2.5 compatibility import missed in [16594]. Thank... | Ramiro Morales |
| 2011-08-11 | Removed unused files from under django.utils. | Ramiro Morales |
| 2011-08-11 | Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta... | Jannis Leidel |
| 2011-08-10 | Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ... | Ramiro Morales |
| 2011-08-10 | Made override_settings also work with TransactionTestCase when acting as a cl... | Ramiro Morales |
| 2011-08-08 | Added fixtures files missing from [16590]. | Ramiro Morales |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-08-06 | Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand... | Timo Graham |
| 2011-08-06 | Fixed #16513 - Add forms import to example; thanks teraom. | Timo Graham |
| 2011-08-06 | Fixed #16528 - Documented test runner returns 1, regardless of the number of ... | Timo Graham |
| 2011-08-06 | Fixed #16580 - Typo in docs/ref/models/querysets.txt | Timo Graham |
| 2011-08-06 | Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya. | Timo Graham |
| 2011-08-02 | Fixed #16372 -- Changed strategy implemented in r16369 to fix #14049 to avoid... | Ramiro Morales |
| 2011-08-01 | Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th... | Ramiro Morales |
| 2011-07-31 | Added yet another import from the future. | Jannis Leidel |
| 2011-07-30 | Simplified AdminSite self.name attribute initialization. | Ramiro Morales |
| 2011-07-30 | Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152... | Ramiro Morales |
| 2011-07-30 | Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok... | Jannis Leidel |
| 2011-07-29 | Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs... | Jannis Leidel |
| 2011-07-29 | Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ... | Jannis Leidel |
| 2011-07-29 | Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ... | Jannis Leidel |
| 2011-07-29 | Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of... | Jannis Leidel |
| 2011-07-29 | Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th... | Jannis Leidel |
| 2011-07-29 | Fixed #16377 -- Fixed docs about how to disable the admin actions conditional... | Jannis Leidel |
| 2011-07-29 | Fixed #16394 -- Corrected documentation of the allow_empty option of the Base... | Jannis Leidel |
| 2011-07-29 | Fixed #16437 -- Removed old code comment from testcases module. Thanks, teraom. | Jannis Leidel |
| 2011-07-29 | Fixed #16467 -- Corrected formset code example. Thanks, teraom. | Jannis Leidel |
| 2011-07-29 | Fixed #16464 -- Fixed the reference docs of the DateDetailView view. Thanks, ... | Jannis Leidel |
| 2011-07-29 | Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org. | Jannis Leidel |
| 2011-07-29 | Fixed #16477 -- Correct help text of an option of the dumpdata management com... | Jannis Leidel |
| 2011-07-29 | Fixes #16482 -- Fixes typo in security docs. Thanks, charettes. | Jannis Leidel |
| 2011-07-29 | Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright. | Jannis Leidel |
| 2011-07-29 | Fixed #16520 -- Fixed typo in Hungarian localization formats introduced in r1... | Jannis Leidel |
| 2011-07-29 | Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B... | Jannis Leidel |
| 2011-07-29 | Fixed #16533 -- Stopped the memcache cache backend from raising an exception ... | Jannis Leidel |
| 2011-07-28 | Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade... | Chris Beaven |
| 2011-07-26 | Fixed #16518 -- Fixed collectstatic management command to run on Jython. Than... | Jannis Leidel |
| 2011-07-26 | Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no... | Jannis Leidel |