Claude Paroz
|
f530b4fdfc
|
Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
|
2016-07-31 20:38:29 +02:00 |
Sergey Fedoseev
|
4178488881
|
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
|
2016-07-28 17:48:17 -04:00 |
Sergey Fedoseev
|
9031a4c13b
|
Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.
|
2016-07-28 16:51:47 -04:00 |
Andrew Nester
|
0ba179194b
|
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
|
2016-07-28 11:57:02 -04:00 |
Olexander Yermakov
|
68de48c963
|
Fixed #26949 -- Fixed crash of disabled forms.JSONField.
|
2016-07-27 08:14:14 -04:00 |
Andrew Nester
|
dde6288fbe
|
Fixed #26882 -- Added tests for auth.views.logout_then_login().
|
2016-07-22 15:04:13 -04:00 |
Chad Whitman
|
bc1e9e823b
|
Removed duplicate admin CSS selector.
|
2016-07-21 16:58:14 -04:00 |
Claude Paroz
|
283b468462
|
Fixed #25454 -- Ensured register_hstore_handler is called for all connections
Thanks Simon Charette for help with the patch.
|
2016-07-21 17:54:54 +02:00 |
Tim Graham
|
93c538694e
|
Fixed XSS in admin's add/change related popup.
This is a security fix.
|
2016-07-18 11:17:01 -04:00 |
akki
|
767849b765
|
Removed unnecessary looping in sqlite3 SchemaEditor.
|
2016-07-18 08:47:30 -04:00 |
Claude Paroz
|
255fb99284
|
Fixed #17209 -- Added password reset/change class-based views
Thanks Tim Graham for the review.
|
2016-07-16 10:36:12 +02:00 |
Claude Paroz
|
92c48a392f
|
Updated contrib.postgres translation catalog
Forward port of cb78011402 from stable/1.10.x.
|
2016-07-15 09:48:57 +02:00 |
Andrew Nester
|
08ed3cc6d1
|
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
|
2016-07-12 08:20:39 -04:00 |
Kenneth
|
2f587737d7
|
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
|
2016-07-09 08:06:42 -04:00 |
Erik Romijn
|
8db889eaf7
|
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
|
2016-07-03 15:55:14 +02:00 |
Claude Paroz
|
490107f14d
|
Added Upper/Lower Sorbian translations
|
2016-06-29 21:11:30 +02:00 |
Lh4cKg
|
18571aefe6
|
Added Georgian mapping to contrib/admin/static/admin/js/urlify.js
|
2016-06-29 09:59:03 -04:00 |
David Sanders
|
7ca6007bd2
|
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
|
2016-06-28 15:19:53 -04:00 |
Shabda Raaj
|
b0acb1e73e
|
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
|
2016-06-27 15:37:32 -04:00 |
Bang Dao + Tam Huynh
|
09119dff14
|
Fixed #26719 -- Normalized email in AbstractUser.clean().
|
2016-06-24 10:37:38 -04:00 |
Claude Paroz
|
78963495d0
|
Refs #17209 -- Added LoginView and LogoutView class-based views
Thanks Tim Graham for the review.
|
2016-06-24 10:45:13 +02:00 |
Tim Graham
|
39805686b3
|
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
2016-06-21 16:19:37 -04:00 |
Sergey Fedoseev
|
5ce660cd65
|
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
|
2016-06-21 15:46:27 -04:00 |
Paulo
|
9c2d5a8d33
|
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
|
2016-06-21 14:26:47 -04:00 |
Sergey Fedoseev
|
ea4665066b
|
Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries.
|
2016-06-21 14:06:29 -04:00 |
Jon Dufresne
|
d13881bd34
|
Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SESSION_COOKIE_PATH.
|
2016-06-21 11:03:25 -04:00 |
Claude Paroz
|
140c235026
|
Fixed #26750 -- Fixed introspection for geography point field with dim=3
Thanks Yegor Kazantsev for the report and the initial patch.
|
2016-06-21 15:22:21 +02:00 |
Claude Paroz
|
8ba44ecda0
|
Fixed #26775 -- Supported dim=3 geography fields
Thanks François-Xavier Thomas for the report.
|
2016-06-18 21:48:32 +02:00 |
Claude Paroz
|
f7a363ee1d
|
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Thanks Tim Graham for the review.
|
2016-06-18 10:58:02 +02:00 |
Carl Meyer
|
7d1b69dbe7
|
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
|
2016-06-17 10:00:39 -07:00 |
Tim Graham
|
9c3fbf5423
|
Used SQL from DB backend in GeomValue.
This avoids the deprecated GeomFromText on MySQL (refs #26134).
Thanks Claude Paroz for the review.
|
2016-06-16 19:51:13 -04:00 |
Tim Graham
|
ea34426ae7
|
Fixed flake8 2.6 warnings.
|
2016-06-16 09:12:50 -04:00 |
Ville Skyttä
|
96f97691ad
|
Fixed broken links in docs and comments.
|
2016-06-15 21:20:23 -04:00 |
Sergey Fedoseev
|
cee534228c
|
Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate.
Complements 47f22e8286 .
|
2016-06-13 10:32:07 -04:00 |
Charlie Denton
|
f2c0eb19e9
|
Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.
|
2016-06-13 08:09:54 -04:00 |
Sergey Fedoseev
|
6928ad184e
|
Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.
|
2016-06-11 21:03:22 -04:00 |
Dmitry Medvinsky
|
0451dcc2eb
|
Fixed #26742 -- Fixed action select color in admin changelist.
|
2016-06-10 11:39:11 -04:00 |
Oliver Sauder
|
5d8375fe66
|
Fixed #4548 -- Added username hint to admin's change_password form.
|
2016-06-09 12:18:15 -04:00 |
krishbharadwaj
|
f6681393d3
|
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display display the id.
|
2016-06-08 17:20:03 -04:00 |
Brett Haydon
|
5e3f4c2e53
|
Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.
|
2016-06-07 09:46:22 -04:00 |
Pyie Zone
|
054e74420b
|
Refs #16501, #26474 -- Added xregexp.js source file.
|
2016-06-06 09:25:02 -04:00 |
Vytis Banaitis
|
2f9c4e2b6f
|
Fixed #19963 -- Added support for date_hierarchy across relations.
|
2016-06-04 12:14:02 -04:00 |
Brad Melin
|
f6517a5335
|
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
|
2016-06-02 16:28:01 -04:00 |
Rustam Kashapov
|
df8412d2e5
|
Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.
|
2016-06-02 13:48:35 -04:00 |
Sergey Fedoseev
|
a20671c489
|
Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSys.wkt.
Complements 47f22e8286 .
|
2016-06-01 10:49:55 -04:00 |
Tim Graham
|
bc84278615
|
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
|
2016-06-01 07:45:22 -04:00 |
Tim Graham
|
47f22e8286
|
Fixed #25645 -- Dropped support for SpatiaLite < 4.0.
|
2016-05-31 11:31:51 -04:00 |
Tim Graham
|
16a842b379
|
Refs #26621 -- Added tests for admindocs.views.simplify_regex().
|
2016-05-30 09:50:02 -04:00 |
Daniel Wiesmann
|
9bb1b4b7f6
|
Refs #25588 -- Fixed GDAL dependency in spatial lookups.
|
2016-05-27 17:43:17 +01:00 |
Aleksey
|
a247c1d789
|
Added missing quotes in openlayers.html template.
|
2016-05-25 09:12:55 -04:00 |