summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2011-12-17Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklundAdrian Holovaty
2011-12-09Made some small clarifications to contrib/admin/index.txtAdrian Holovaty
2011-12-03Added a versionadded directive for the 'admin_urlname' filter introduced at r...Aymeric Augustin
2011-11-26Fixed a typo in the layermapping docs.Aymeric Augustin
2011-11-19Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the r...Timo Graham
2011-11-19Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report.Timo Graham
2011-11-06Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` documentatio...Julien Phalip
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-16Fixed #17023 -- Unified `WizardView` `process_step()` documentation. Thanks s...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-07Corrected backwards middleware-ordering note in flatpage documentation.Carl Meyer
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-28Fixed #16949 -- Fixed a small typo in the GIS tutorial and also made some min...Julien Phalip
2011-09-26Tweaked the formwizard docs a bit more.Ramiro Morales
2011-09-26Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...Ramiro Morales
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-22Fixed ReST errors that stopped some staticfiles docs being renderedLuke Plant
2011-09-22Fixed #16907 -- Deprecate databrowse.Paul McMillan
2011-09-21Fixed #16904 -- Additional clarification regarding contrib.messages iteration...Simon Meers
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-13Updated versions and added `libproj-dev` to the GeoDjango installation docs.Justin Bronn
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16552: Noted that contrib.sessions is a requirement for the admin.James Bennett
2011-09-11Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...Justin Bronn
2011-09-11Fixed #13429 -- Changed `WorldBorders` to just `WorldBorder` in GeoDjango tut...Justin Bronn
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-09Remove no-longer-valid references to the DATABASE_* settings, the legacy code...Alex Gaynor
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-08-28Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda...Julien Phalip
2011-08-23Reverted r16662 -- There are bunch of problems with this patch, including fai...Russell Keith-Magee
2011-08-23Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal...Russell Keith-Magee
2011-08-19Fixed #16660 -- Corrected a typo and removed an extra space in the GeoDjango ...Gabriel Hurley
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-08-13Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin.Timo Graham
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel