| Age | Commit message (Expand) | Author |
| 2011-01-30 | Reworded parts of the staticfiles documentation after receiving various user ... | Jannis Leidel |
| 2011-01-29 | Fixed example use of deprecated function in GeoDjango tutorial. | Justin Bronn |
| 2011-01-29 | Fixed #14993 - Improved docs for ModelAdmin.filter_horizontal adding that it'... | Timo Graham |
| 2011-01-22 | Fixed #15147 - Typo in "Managing static files"; thanks ori for the report. | Timo Graham |
| 2011-01-16 | Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ... | Timo Graham |
| 2011-01-15 | Stopped staticfiles app from requiring a models module when looking for stati... | Jannis Leidel |
| 2011-01-13 | Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v... | Russell Keith-Magee |
| 2011-01-08 | Fixed #15003 - assorted edits to admin docs; thanks adamv. | Timo Graham |
| 2010-12-31 | Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ... | Ramiro Morales |
| 2010-12-29 | Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Th... | Timo Graham |
| 2010-12-28 | Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis and zer... | Timo Graham |
| 2010-12-27 | Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin met... | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-25 | Fixed #14956 - typo in messages docs. thanks alexarsh for the report. | Timo Graham |
| 2010-12-23 | Refactor the choices for localflavor's USStateField, and add new US postal co... | James Bennett |
| 2010-12-22 | Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL ... | Justin Bronn |
| 2010-12-22 | Added some reST markup to avoid a warning during docs compilation. | Russell Keith-Magee |
| 2010-12-22 | Fixed #14439 -- Improved documentation for running the GeoDjango test suite. | Justin Bronn |
| 2010-12-21 | Rectified bugs that were accidentally committed in r14997. Thanks for the hea... | Jannis Leidel |
| 2010-12-21 | Fixed #14900 -- Added ability to override the paginator class used in a Model... | Jannis Leidel |
| 2010-12-12 | Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam. | Jannis Leidel |
| 2010-12-12 | Fixed #14041 -- Added ability to override the template of the sitemaps views.... | Jannis Leidel |
| 2010-12-12 | Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d... | Jannis Leidel |
| 2010-12-12 | Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T... | Jannis Leidel |
| 2010-12-11 | Fixed #11470 - add documentation for ModelAdmin.message_user. thanks adamv. | Timo Graham |
| 2010-12-06 | Fixed syntax error in ref/contrib/localflavor. | Simon Meers |
| 2010-12-05 | Fixed #14835 -- Corrected a lack of indentation in the reST markup for docs/r... | Gabriel Hurley |
| 2010-12-04 | Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thank... | Simon Meers |
| 2010-12-04 | Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. | Russell Keith-Magee |
| 2010-12-02 | Fixed #8342 -- Removed code from the admin that assumed that you can't login ... | Jannis Leidel |
| 2010-11-29 | Fixed #14804 -- Metadata improvement, broken link fix, and alphabetization of... | Gabriel Hurley |
| 2010-11-27 | Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Tha... | Honza Král |
| 2010-11-21 | Fixed #3400 -- Support for lookup separator with list_filter admin option. Th... | Honza Král |
| 2010-11-21 | Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c... | Alex Gaynor |
| 2010-11-20 | Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luk... | Gabriel Hurley |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-13 | Fixed #12325 -- Allows zero values for moderate_after and close_after fields ... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-07 | Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs... | Gabriel Hurley |
| 2010-11-07 | Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro... | Gabriel Hurley |
| 2010-11-06 | Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC... | Gabriel Hurley |
| 2010-11-04 | Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup. | Justin Bronn |
| 2010-11-01 | Fixed #14455 -- Documented the backwards compatibility policy for local flavo... | Russell Keith-Magee |
| 2010-10-23 | Fixed #14526 -- Updated wording regarding the minimum Python version required... | Gabriel Hurley |
| 2010-10-23 | Fixed #14173 -- Added sections about contrib apps-provided commands to django... | Ramiro Morales |
| 2010-10-23 | Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie... | Jannis Leidel |
| 2010-10-23 | Fixed a typo in the staticfiles docs. | Justin Bronn |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |