Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #8408 -- Added ModelAdmin.show_full_result_count ↵Thomas Chaumeny2014-09-261-0/+13
| | | | | | to avoid COUNT() query. Thanks lidaobing for the suggestion.
* Removed sudo from pip commands in docs.Corey Farwell2014-09-222-2/+2
|
* Fixed #23527 -- Removed Cheetah references in docsOla Sitarska2014-09-211-2/+2
| | | | Thanks to @aaugustin for submitting the ticket.
* Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty2014-09-181-0/+9
|
* Fixed #23340 -- Corrected naturaltime docs to match ↵Collin Anderson2014-09-061-4/+9
| | | | | | behavior. Thanks zachborboa for the report and blackguest for the patch.
* Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson2014-09-051-3/+3
|
* Fixed #23374 -- Renamed StaticLiveServerCase to ↵Claude Paroz2014-08-281-3/+3
| | | | | | | StaticLiveServerTestCase Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch.
* Fixed #13749 -- Added link from admin site to front-end ↵areski2014-08-271-0/+7
| | | | | | site. Thanks romankrv for the suggestion.
* Fixed #21567 -- Documented how to deploy multiple sites ↵Tim Graham2014-08-261-0/+5
| | | | using the sites framework.
* Fixed #17707, #20734 -- Added examples to URL ↵Tim Graham2014-08-261-0/+1
| | | | | | namespacing docs. Thanks Daniele Procida for review.
* Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham2014-08-241-1/+5
|
* Updated docs about Spatialite collect/extent supportClaude Paroz2014-08-231-2/+2
|
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-2/+2
| | | | Refs #22632. Thanks Tim Graham for the review.
* Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham2014-08-221-1/+2
|
* Removed unnecessary code-block directives.areski2014-08-193-13/+5
|
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ↵Baptiste Mispelon2014-08-181-0/+2
| | | | output of sqlmigrate.
* Corrected content_type parameter name in sitemap docs.Tim Graham2014-08-141-2/+2
| | | | mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.
* Refs #23276 -- Added missing url() in some places.Collin Anderson2014-08-133-4/+4
|
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-122-13/+21
| | | | url().
* Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham2014-08-121-1/+1
|
* Fixed broken links in docs.Tim Graham2014-08-051-1/+1
|
* Fixed #16311 -- Added a RelatedOnlyFieldListFilter class ↵Stanislas Guerra2014-08-041-0/+14
| | | | in admin.filters.
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-1/+1
|
* Updated MySQL links to version 5.6.Tim Graham2014-08-021-3/+5
|
* Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham2014-08-021-1/+1
|
* Fixed #7220 -- Allowed AbstractBaseUser.last_login to be ↵Tim Graham2014-08-011-2/+6
| | | | | | null. Thanks veena for the suggestion and Simon Charette and Kévin Etienne for reviews.
* Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham2014-08-012-14/+0
|
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & ↵Tim Graham2014-08-017-57/+15
| | | | | | PostGIS 1.3, 1.4. Thanks Claude Paroz for the review.
* Fixed #13163 -- Added ability to show change links on ↵Nick Sandford2014-07-311-0/+7
| | | | | | inline objects in admin. Thanks DrMeers for the suggestion.
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-305-7/+7
|
* Fixed a typo in the admin documentation.David Arcos2014-07-291-1/+1
| | | | The 'app' subpackage does not exist, should be 'app'.
* Fixed #23120 -- Updated GeoDjango tutorial for ↵Tim Graham2014-07-291-16/+34
| | | | migrations workflow.
* Fixed #23123 -- Don't use a bare except in ModelAdmin ↵Baptiste Mispelon2014-07-291-2/+3
| | | | | | documentation Thanks to wkschwartz for the report and to Tim for the patch.
* Improved docs for GEOSGeometry.simplify()Tom Dyson2014-07-251-10/+9
|
* Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase2014-07-221-1/+1
|
* Replaced instances of 'his/her' with 'their'.Iain Dawson2014-07-211-1/+1
|
* Fixed #23064 -- Added lib detection support for GDAL ↵Claude Paroz2014-07-211-0/+1
| | | | | | | 1.10/1.11 Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django.
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-47/+3
| | | | Moved the {% lorem %} tag to built-in tags.
* Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham2014-07-101-1/+1
|
* Fixed #22482 -- Recommended using data migrations in ↵Tim Graham2014-07-011-2/+2
| | | | | | contrib.sites docs. Thanks scibi for the report.
* Fixed docs/ref/contrib/auth.txt so that sphinx links ↵Tim Graham2014-06-301-16/+20
| | | | work properly.
* Restored is_anonymous() check in ModelBackend permission ↵Tim Graham2014-06-241-7/+10
| | | | | | checking removed in refs #17903. Thanks Florian Apolloner for raising the issue.
* Fixed #17903 -- Modified ModelBackend to eliminate ↵Jorge C. Leitão2014-06-241-7/+6
| | | | | | permissions on inactive users. Thanks to @SmileyChris for the report and @timgraham for review.
* Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo2014-06-201-0/+9
| | | | | It makes possible to have your sitemap in multiple languages when using i18n in URLs.
* Removed a CSRF example for jQuery < 1.5.Tim Graham2014-06-181-48/+3
|
* Fixed #22859 -- Improved crossDomain technique in CSRF ↵Tim Graham2014-06-181-2/+1
| | | | | | example. Thanks flisky for the report.
* Complemented dwithin docs about using geographic geometriesClaude Paroz2014-06-141-2/+5
| | | | Refs #22830. Thanks django@gfairchild.com for the suggestion.
* Fixed #7599 -- Added get_user_permissions to ModelBackend.Jorge C. Leitão2014-06-131-0/+48
| | | | | Thanks to @gdub for the report and intial patch and @charettes and @timgraham for the review.
* Fixed #6327 -- Added has_module_permission method to ↵Maxime Turcotte2014-06-131-0/+14
| | | | | | BaseModelAdmin Thanks chrj for the suggestion.
* Dropped support for SpatiaLite < 2.4.Tim Graham2014-06-093-41/+7
|