summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-11-25[1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take ↵Sergey Fedoseev
srid kwarg. Backport of a3708fda3574a5a0d949000df1b03a54721cf029 from master
2015-11-23[1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
Backport of 97e1d2433085e01696dc2fac8bfbb9c421c82b67 from master
2015-11-18[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
2015-11-14[1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
Backport of 2c727101113770d41e0907b333568bc2c25435e0 from master
2015-11-11[1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
Backport of 34669ea6b88cefb6e6f7176c71b7947234fa50b4 from master
2015-11-05[1.9.x] Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev
Backport of f98126a05aeb1671c8036900a2720e21645318ad from master
2015-11-05[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master
2015-11-03[1.9.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master
2015-10-31[1.9.x] Refs #25632 -- Corrected database support docs for GeoDjango DB ↵Sergey Fedoseev
functions. Backport of 5ce84b8044b87b77eff329ed808e8be493a7cfe6 from master
2015-10-31[1.9.x] Refs #25636 -- Updated instructions for libspatialite source ↵Sergey Fedoseev
installation Backport of cdb17dcb64d141c5d1919888a32a6f3e3cd58616 from master
2015-10-30[1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not ↵Tim Graham
supporting aggregation. This works at least as far back as Django 1.6 according to the test added in refs #10870. Backport of e19bd086d608c981098130a49e406de91dcc3d26 from master
2015-10-30[1.9.x] Fixed #25641 -- Removed section about adding Google projection to ↵Sergey Fedoseev
spatial_ref_sys table Backport of 9ae8da0e3 from master.
2015-10-29[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in ↵Sergey Fedoseev
SpatiaLite backend.
2015-10-29[1.9.x] Fixed #25632 -- Documented missing version requirements for ↵Sergey Fedoseev
GeoDjango DB functions. Backport of 0bd067d0950f49ea586b9c2f0cc74fee24b1d3e9 from master
2015-10-29[1.9.x] Fixed required SpatiaLite version in docs.Sergey Fedoseev
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4. Backport of 1a10ae45b102bd6dab15ef0bd95cda91635916ad from master
2015-10-28[1.9.x] Fixed #21516 -- Updated imports paths for some formset ↵Bryan Marty
functions/classes. Since refs #21489, FormSet classes and factories are exposed on the django.forms package. Backport of 455034d4df048010de4ae0a9a2392b70d1463c61 from master
2015-10-24[1.9.x] Optimized docs images and documented the process.Curtis Maloney
Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master
2015-10-24[1.9.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ↵Sergey Fedoseev
GEOSGeometry.transform. Backport of 310049a5a from master.
2015-10-13[1.9.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
Backport of 92c1ae1b0b9955a511c19e07921c10126b6faa54 from master
2015-10-12[1.9.x] Added precision about GeoJSON field outputsClaude Paroz
Backport of 533c1099 from master.
2015-10-11[1.9.x] Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz
Thanks Bibhas Debnath for the report and Tim Graham for the review. Backport of 617b1a21f from master.
2015-10-03[1.9.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder') Backport of d2ef521a53 from master.
2015-09-29[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
Backport of b47552b445547e60cc89213f79e02333cb63f270 from master
2015-09-28[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with ↵Tim Graham
super(XXXAdmin in __init__(). Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is then used by the feed builder. If the feed is a RSS feed, an exception is raised as RSS feeds don't allow multiple enclosures per feed item. The ``item_enclosures`` hook defaults to an empty list or, if the ``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure`` built from the ``item_enclosure_url``, ``item_enclosure_length``, and ``item_enclosure_mime_type`` hooks.
2015-09-18Dropped support for Oracle 11.1.Tim Graham
2015-09-17Removed obsolete pysqlite documentation.Tim Graham
These steps are no longer needed as of pysqlite 2.7.0. https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
2015-09-16Remove unnecessarily rude terminology.Stephen Paulger
2015-09-14Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-11Renamed admin doc image files to match the documentation they are for.Ryan Allen
2015-09-11Fixed #25200 -- Updated admin screenshots in docs.Ryan Allen
2015-09-11Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-10Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella
Django 1.9 drops support for PostgreSQL 9.0 where creating a database using a template was needed.
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
Thanks Jaap Roes for the idea and initial patch.
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-25Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-08-11Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
2015-08-08Updated various links in docsClaude Paroz