summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
Thanks Flavio Curella for the report and the initial patch.
2012-09-15[1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks ↵Tim Graham
sir_sigurd for the report. Backport of 93e6733e4cbbdad34f1f0f59303ae01f577e4e58 from master.
2012-09-15[1.4.X] Added an example of using a form wizard with different templates; ↵Tim Graham
thanks Lorin Hochstein for the patch. Backport of 553583958d from master
2012-09-01[1.4.X] Fixed #16936 - Updated javascript for CSRF protection.Tim Graham
Thanks Idan Gazit for the patch. Backport of e376558ed2 from master
2012-08-31[1.4.X] Fixed #16309 - Made ModelAdmin.list_filter versionchanged ↵Tim Graham
annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch. Backport of 70896386ec from master
2012-08-31[1.4.X] Fixed #14556 - Documented how to use flatpages in URLconf; thanks ↵Tim Graham
Claude Paroz for the draft patch. Backport of 7235cc7685 from master
2012-08-30[1.4.x] Updated obsolete links in the documentationClaude Paroz
Backport of 8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 from master.
2012-08-19[1.4.X] Fixed typo in form wizard docs.Tim Graham
Backport of 3631db88cb from master
2012-08-19[1.4.X] Added load i18n code to the base wizard form template documentation ↵Jeremy Cowgar
as it uses the trans tag. Backport of c23d306df8 from master
2012-08-05[1.4.x] Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
Updated example of customized ModelAdmin in documentation for 1.4 Backport of a04f68b15d8466d0d34f6df1009668cf60dad206 from master.
2012-08-04[1.4.x] Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
Thanks Pratyush for the report.
2012-08-03[1.4.X] Fixed #13904 - Documented how to avoid garbage collection messages ↵Tim Graham
in GIS. Thanks Claude Peroz for the patch. Backport of 083a3a4e39 from master
2012-08-02[1.4.X] Fixed #16941 - Clarified naturaltime output when the time is more ↵Tim Graham
than a day old. Thanks antoviaque for the patch. Backport of 07e10fbe9f from master
2012-08-02[1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
Backport of 39541be3bc from master
2012-07-08[1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
Thanks Keryn Knight for the report and vanessagomes for the pckport of [d44aa98] from master.atch. Backport of [d44aa98] from master.
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text ↵Luke Plant
usage in docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 Backport of 718f149b from master
2012-04-20[1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs ↵Claude Paroz
to reflect r17466. Thanks arthurprat for the report. Backport of r17918 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-09[1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to ↵Claude Paroz
install gdal with geos support. Thanks chosak for the report and the patch. Backport of r17883 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-02[1.4.X] Fixed #18009 -- Cleaned up a comment about removal of the old ↵Claude Paroz
contrib.syndication Feed class. Thanks Keryn Knight for the report. Backport of r17866 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` ↵Julien Phalip
documentation. Thanks to anonymous for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-19Fixed an indentation issue in GeoDjango installation docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-19Fixed #17893 -- Added GeoDjango installation instructions for Ubuntu 11.10. ↵Claude Paroz
Thanks jpaulett for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta ↵Claude Paroz
to OSGeo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-16Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks ↵Claude Paroz
samueladam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15Fixed #17607 -- Added homebrew section in Mac OS X-specific install ↵Claude Paroz
instructions for GeoDjango. Thanks estibistec for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
Markdown enable_attributes is now False when safe_mode is enabled. Documented the markdown "safe" argument. Added warnings when the safe argument is passed to versions of markdown which cannot be made safe. Deprecated versions of markdown < 2.1. Many thanks to ptone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for ↵Claude Paroz
PostgreSQL 9.1 installs. Thanks akaihola for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ↵Jannis Leidel
unnecessarily. Thanks, tgecho. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in ↵Carl Meyer
compatibility mode, too. Thanks Jonathan Hayward for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-01Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Added versionadded info for ensure_csrf_cookie decoratorLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Fixed ReST typo in CSRF docs.Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks ↵Timo Graham
chrisdpratt and claudep. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Fixed typo in GIS testing docs.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-14Stopped the collectstatic management from being wastful with file handlers. ↵Jannis Leidel
Refs r17519. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12Fixed #16150 -- Added 'feed_url' and clarified 'link' in the Feed reference ↵Aymeric Augustin
docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
Also, fixed documentation typos introduced in r17496. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11Fixed small errors in GeoDjango tutorial, enhanced code pygmentation in ↵Ramiro Morales
install document. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11Added, documented support for SpatiaLite 3.0 to GeoDjango.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-10Updated a couple of links in GeoDjango install doc.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-10Made some small tweaks to GeoDjango docs.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin ↵Jannis Leidel
FilterSpec classes. Thanks, saxix and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
Modularized tests and did a bit of cleanup while I was in the area. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-29Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap ↵Aymeric Augustin
index view, in order to allow decorators. Also cleaned up code in the area and removed redundant comments from the tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17408 bcc190cf-cafb-0310-a4f2-bffc1f526a37