summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2012-08-31Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more ↵Tim Graham
specific to the sections that changed; thanks akaihola for the suggestion and patch.
2012-08-31Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude ↵Tim Graham
Paroz for the draft patch.
2012-08-30Fixed #18384 - Reformatted GeoDjango install instructions slightly.Tim Graham
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-23Modified docs about SpatiaLite version that doesn't need manual initial SQL ↵Ramiro Morales
file loading as per 675431dfaaa.
2012-08-19Tweaked SpatiaLite GeoDjango docs.Ramiro Morales
2012-08-19Fixed typo in form wizard docs.Tim Graham
2012-08-19Made some minor fixes to the GeoDjango installation guide.Julien Phalip
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
Fixed doc comment in django.contrib.admin example to match the code
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
Updated example of customized ModelAdmin in documentation for 1.4
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
Thanks Pratyush for the report.
2012-08-03Fixed #13904 - Documented how to avoid garbage collection messages in GIS.Tim Graham
Thanks Claude Peroz for the patch.
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ↵Tim Graham
old. Thanks antoviaque for the patch.
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-07-25Updated example of customized ModelAdmin in documentation for 1.4Rafik Draoui
The change_view method of django.contrib.admin.ModelAdmin takes an extra `form_url` argument in Django 1.4.
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner
Fix typo in staticfiles app documentation
2012-07-25Fixed a typo in the admin reference docs.Aymeric Augustin
Thanks Yohan Boniface for the report.
2012-07-18Fix typo in staticfiles app documentationAndy Dirnberger
In the documentation for the `static` template tag, a `::` was used prior to a `code-block`. Doing so caused the `code-block` line to render as code. Changing the `::` to `:` corrects the display.
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
GDAL 1.5 has been released in December 2007.
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
from the documentation.
2012-07-13Updated links for MacOSX python installersClaude Paroz
2012-07-12Removed old gis install instructions for obsolete distrosClaude Paroz
2012-07-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
Thanks Keryn Knight for the report and vanessagomes for the patch.
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the ↵Jannis Leidel
result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch.
2012-06-30Fixed #17026 -- Improved wording of contrib.messages' storage backends sectionClaude Paroz
2012-06-28Fixed #18306 -- Removed most of GeoDjango-specific deployment docsClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette
Added kwargs for_concrete_model and for_concrete_models to ContentType methods get_for_model() and get_for_models(). By setting the flag to False, it is possible to get the contenttype for proxy models.
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
Thanks Florian Apolloner for the patch.
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
This commit includes multiple small related changes, see the ticket for a full discussion.
2012-06-07Fixed #18396 -- Changed Spatialite download URLs.Aymeric Augustin
Thanks gabrielcw AT gmail.com for the report.
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
This is a good practice for accessibility. Thanks Jessica McKellar for the report.
2012-05-18Fixed typo on GeoQuerySet.geohash method.Glen Robertson
2012-05-17Added load i18n code to the base wizard form template documentation as it ↵Jeremy Cowgar
uses the trans tag.
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be ↵Jannis Leidel
able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch.
2012-05-10Fixed #18257 -- Typo in contenttypes docs.Aymeric Augustin
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-05-01Fixed #18246 -- Replaced bash-specific syntax in geodjango postgis helper ↵Claude Paroz
script. Thanks jose for the report.
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official ↵Claude Paroz
deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵Claude Paroz
syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-20Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to ↵Claude Paroz
reflect r17466. Thanks arthurprat for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17918 bcc190cf-cafb-0310-a4f2-bffc1f526a37