Tim Graham
|
39ebdf5a3c
|
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
2019-02-04 18:07:02 -05:00 |
Tim Graham
|
d47498c5df
|
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
|
2019-02-04 13:16:38 -05:00 |
Tim Graham
|
4763c97191
|
Refs #30055 -- Bumped minimum SQLite version in GIS docs.
|
2019-02-04 11:46:54 -05:00 |
Robert Coup
|
a8b03bea18
|
Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).
|
2019-01-31 13:13:53 -05:00 |
Pavel Savchenko
|
130192b12b
|
Corrected GenericRelation's related_query_name manual lookup example.
And changed related_query_name to a singular noun.
|
2019-01-21 10:13:42 -05:00 |
Tim Graham
|
6713926ebe
|
Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
|
2019-01-17 18:34:44 -05:00 |
Tim Graham
|
6f23996a59
|
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
ec7e179aeb
|
Removed versionadded/changed annotations for 2.1.
|
2019-01-17 10:50:25 -05:00 |
MaximZemskov
|
3c01fe30f3
|
Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396 .
|
2019-01-11 18:02:43 -05:00 |
Sanyam Khurana
|
76d31be2d0
|
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
|
2019-01-11 10:32:22 -05:00 |
Sanyam Khurana
|
6d73278d38
|
Documented ping_google()'s ping_url argument.
|
2019-01-11 09:43:51 -05:00 |
Joshua Cannon
|
db1b10ef0d
|
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
2019-01-09 20:01:04 -05:00 |
Tim Graham
|
4ca2820ff5
|
Corrected whitespace in docs/ref/contrib/auth.txt.
|
2019-01-09 18:22:29 -05:00 |
Marten Kenbeek
|
7a6dbbb655
|
Added import locations to contrib.postgres aggregates and validators docs.
|
2018-12-24 16:36:00 -05:00 |
Nick Pope
|
e626a3f993
|
Renamed Sqlite and Sqlite3 references to SQLite.
|
2018-12-22 18:52:54 -05:00 |
Tim Graham
|
682cdf6cab
|
Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when they're populated.
|
2018-11-28 14:48:03 -05:00 |
Tim Graham
|
926fa7116f
|
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
|
2018-11-27 11:20:23 -05:00 |
François Freitag
|
9b15ff08ba
|
Used auto-numbered lists in documentation.
|
2018-11-15 13:54:28 -05:00 |
Timothy Allen
|
e819554018
|
Fixed #29939 -- Increased Group.name max_length to 150 characters.
|
2018-11-14 15:13:34 -05:00 |
Mads Jensen
|
961f8e9985
|
Updated some links to https and new locations.
|
2018-11-10 17:40:50 -05:00 |
Tim Graham
|
0b98e8fdad
|
Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.
Regression in b47552b445 .
|
2018-11-09 19:49:06 -05:00 |
Matthias Kestenholz
|
f9ff1df1da
|
Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.
|
2018-11-09 18:52:30 -05:00 |
Tobias Bengfort
|
9a63d840ff
|
Fixed inconsistent indentation in docs/ref/contrib/auth.txt.
|
2018-11-03 11:07:44 -04:00 |
Theofanis Despoudis
|
084536a9be
|
Fixed #27994 -- Documented ManifestFilesMixin.
|
2018-11-01 11:15:13 -04:00 |
Tim Graham
|
7f2b27e95c
|
Fixed code highlighting in docs/ref/contrib/staticfiles.txt.
|
2018-10-29 11:55:32 -04:00 |
Tim Graham
|
f892781b95
|
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
|
2018-10-27 11:58:29 -04:00 |
Atul Varma
|
3deea61f26
|
Removed "encoding" description in GIS tutorial.
An omission in 388165ade4 .
|
2018-10-21 12:14:06 -04:00 |
Jon Dufresne
|
e90af8bad4
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
Stefano Chiodino
|
6de7f9ec60
|
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
|
2018-10-02 19:17:23 -04:00 |
Sergey Fedoseev
|
51da347c32
|
Fixed #29795 -- Confirmed support for PostGIS 2.5.
|
2018-09-26 13:36:38 -04:00 |
Jon Dufresne
|
82f286cf6f
|
Refs #29784 -- Switched to https:// links where available.
|
2018-09-26 08:48:47 +02:00 |
Sergey Fedoseev
|
8aad4a38ae
|
Confirmed support for GEOS 3.7.
|
2018-09-18 09:52:02 -04:00 |
Claude Paroz
|
f5e347a640
|
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
|
2018-09-17 12:03:52 -04:00 |
Sergey Fedoseev
|
c5e450ac95
|
Fixed #29761 -- Confirmed support for PROJ 5.x.
|
2018-09-17 12:03:30 -04:00 |
Adam Zapletal
|
57fd3700d4
|
Fixed typo in docs/ref/contrib/postgres/search.txt.
|
2018-09-12 18:12:34 -04:00 |
Curtis Maloney
|
c49ea6f591
|
Refs #20910 -- Replaced snippet directive with code-block.
|
2018-09-10 13:00:34 -04:00 |
Claude Paroz
|
388165ade4
|
Fixed LayerMapping encoding in geodjango tutorial.
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to
UTF-8.
|
2018-08-28 18:59:34 +02:00 |
Rodrigo
|
939dcff24f
|
Polished the admin overview docs.
|
2018-08-21 11:35:50 -04:00 |
Tim Graham
|
7f6b013bf6
|
Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().
|
2018-08-16 10:37:33 +02:00 |
Adam Johnson
|
45086c294d
|
Clarified the values accepted by ModelAdmin.fields.
|
2018-08-03 16:12:26 -04:00 |
Danilo Bargen
|
2e06ff8e14
|
Fixed #29633 -- Doc'd the geometry type for each model field.
|
2018-08-03 10:22:11 -04:00 |
Nick Pope
|
6b4d1ec8ff
|
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
|
2018-08-02 11:42:57 -04:00 |
Nick Pope
|
d6381d3559
|
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
|
2018-08-02 11:26:58 -04:00 |
Nick Pope
|
4c36e9e492
|
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
|
2018-08-02 11:08:08 -04:00 |
Nick Pope
|
d526b07784
|
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Thanks Akshesh Doshi for the initial implementation.
|
2018-08-02 10:39:18 -04:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Claude Paroz
|
6e78e10549
|
Added doc links for django.utils.html.escape().
|
2018-07-18 11:32:27 -04:00 |
Maxime Lorant
|
31407fa3b3
|
Removed duplicate words in docs.
.
|
2018-07-18 11:24:06 -04:00 |
Daniel Wiesmann
|
8f75d21a2e
|
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
|
2018-07-13 16:48:19 -04:00 |
Floris den Hengst
|
96199e562d
|
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
|
2018-06-28 20:29:33 -04:00 |
Sergey Fedoseev
|
9af83a62e7
|
Added description, example, and SQL equivalents for equals and same_as GIS lookups.
|
2018-06-22 09:54:41 -04:00 |
Sergey Fedoseev
|
a799dc51b9
|
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
|
2018-06-21 09:25:31 -04:00 |
Sergey Fedoseev
|
12018cef83
|
Refs #28841 -- Added ForcePolygonCW to GIS database functions table.
|
2018-06-21 08:54:13 -04:00 |
Sergey Fedoseev
|
fa453b03a6
|
Fixed #29507 -- Added Oracle support for Envelope GIS function.
|
2018-06-20 16:48:57 +05:00 |
Carlton Gibson
|
5b73317181
|
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields.
|
2018-06-18 15:36:20 -04:00 |
Carlton Gibson
|
958c7b301e
|
Fixed #29419 -- Allowed permissioning of admin actions.
|
2018-06-18 15:07:29 -04:00 |
Carlton Gibson
|
b30f9b131c
|
Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Partially reverted 825f0beda8 .
|
2018-06-13 14:49:28 -04:00 |
Brylie Christopher Oxley
|
ae26e0ad2c
|
Updated GIS install instructions to use placeholders for GIS library versions.
|
2018-06-12 15:22:05 -04:00 |
Tim Graham
|
9e4f26bb40
|
Fixed #29483 -- Confirmed support for GDAL 2.3.
|
2018-06-12 13:34:58 -04:00 |
Tim Graham
|
860903b261
|
Dropped support for GDAL 1.9 and 1.10.
|
2018-06-11 08:33:09 -04:00 |
Claude Paroz
|
f3836144db
|
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
Thanks Tim Graham for the review.
|
2018-06-09 09:24:20 +02:00 |
humbertotm
|
747ff7a30b
|
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
Original patch by bkaluza. Tests and docs by humbertotm.
|
2018-06-03 21:00:28 -04:00 |
Tim Graham
|
f185d929fa
|
Fixed #29460 -- Added support for GEOS 3.6.
|
2018-05-31 11:35:59 -04:00 |
Tim Graham
|
7543ab1f8d
|
Removed versionadded/changed annotations for 2.0.
|
2018-05-17 11:00:10 -04:00 |
olivierdalang
|
825f0beda8
|
Fixed #8936 -- Added a view permission and a read-only admin.
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
2018-05-16 06:44:55 -04:00 |
T N
|
2405833c53
|
Fixed #29401 -- Updated admin's jQuery to 3.3.1.
|
2018-05-13 13:02:24 -04:00 |
Mariusz Felisiak
|
35319bf12c
|
Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62 .
|
2018-05-12 19:37:42 +02:00 |
Hasan Ramezani
|
7d3fe36c62
|
Alphabetized imports in docs/ref/contrib/postgres/fields.txt.
|
2018-05-07 07:46:29 -04:00 |
Kelly Hogan
|
9e86185936
|
Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.
|
2018-05-02 13:15:39 -04:00 |
Brett Cannon
|
64b74804c5
|
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
2018-04-17 20:24:27 -04:00 |
Jon Dufresne
|
be6ca89396
|
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Thanks Vladimir Ivanov for the initial patch.
|
2018-04-04 19:21:50 -04:00 |
Jon Dufresne
|
b31a9149e1
|
Documented InlineModelAdmin.has_(add/change/delete)_permission().
|
2018-04-04 14:32:35 -04:00 |
Dmitry Dygalo
|
c979c0a2b8
|
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value.
|
2018-04-04 10:53:46 -04:00 |
Tim Graham
|
a4f0e9aec7
|
Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher.
Regression in aeb1389442 .
Reverted changes to is_password_usable() from
703c266682 and documentation changes from
92f48680db .
|
2018-03-22 10:03:43 -04:00 |
Tim Graham
|
5fa4f40f45
|
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
4c02e3cda3
|
Refs #27728 -- Made cosmetic edits to admin template tag template overriding.
|
2018-03-01 11:45:08 -05:00 |
Raffaele Salmaso
|
5cc28dc752
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
Becky Smith
|
8116e588db
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
Jon Dufresne
|
f5c6fc045a
|
Added backticks around obj argument in admin docs.
|
2018-02-22 11:15:04 -05:00 |
Andreas Pelme
|
e307ff29d2
|
Fixed #27810 -- Allowed query expressions in admin_order_field.
|
2018-02-15 21:00:31 -05:00 |
Tim Graham
|
d63c00a428
|
Corrected doc'd type of some parameters from string to str.
|
2018-02-12 09:16:57 -05:00 |
Stanislav Karpov
|
6d794fb762
|
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
2018-02-10 19:45:58 -05:00 |
Alexander Gaevsky
|
ef2512b2ff
|
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Thanks Ramiro Morales for completing the patch.
|
2018-02-07 17:46:28 -05:00 |
Raffaele Salmaso
|
da3df5b878
|
Fixed #8500 -- Allowed overriding the default admin site instance.
|
2018-02-03 18:51:10 -05:00 |
Rodrigo
|
4fe0e619e7
|
Disambiguated "settings" in SpatiaLite note.
|
2018-01-31 12:20:24 -05:00 |
Rodrigo
|
9817add9e0
|
Doc'd specifying the ENGINE setting as part of configuring contrib.gis.
|
2018-01-31 12:09:26 -05:00 |
Rodrigo
|
7c5cf33127
|
Fixed location of spatialite_source label.
|
2018-01-31 11:27:55 -05:00 |
Tim Graham
|
92f48680db
|
Expanded docs for AbstractBaseUser.has_usable_password().
|
2018-01-27 11:03:41 -05:00 |
Tim Graham
|
f0f383b635
|
Fixed "template tag" spelling in docs.
|
2018-01-23 09:40:18 -05:00 |
Jon Dufresne
|
ff05de760c
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
Ramiro Morales
|
37c17846ad
|
Fixed #28343 -- Add an OS chooser for docs command line examples.
|
2018-01-20 12:38:48 -05:00 |
Дилян Палаузов
|
a38ae914d8
|
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
|
2018-01-12 12:44:50 -05:00 |
Mariusz Felisiak
|
7c81b28ebc
|
Updated various links in docs to use HTTPS.
|
2018-01-07 14:28:41 +01:00 |
Sergey Fedoseev
|
762bd34c36
|
Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.
|
2018-01-06 19:24:44 -05:00 |
Vasilis Aggelou
|
777f216d55
|
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selected objects" deletion.
|
2018-01-05 18:28:45 -05:00 |
Tim Graham
|
5d5a2bd299
|
Confirmed support for PostGIS 2.4.
|
2018-01-04 17:27:14 -05:00 |
Mariusz Felisiak
|
83a36ac49a
|
Removed unnecessary trailing commas and spaces in various code.
|
2017-12-28 21:07:29 +01:00 |
Sergey Fedoseev
|
47aba5ed1f
|
Linked GIS functions docs to corresponding MySQL docs.
|
2017-12-28 14:21:19 +05:00 |
Sergey Fedoseev
|
aefe624c62
|
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
|
2017-12-27 19:26:14 -05:00 |
Tim Graham
|
6deaddcca3
|
Fixed #28956 -- Updated admin's jQuery to 3.2.1.
|
2017-12-26 10:21:05 -05:00 |