Berker Peksag
|
3c97ba2a0d
|
Replaced property() usage with decorator in a couple places.
|
2016-08-24 17:23:16 -04:00 |
Berker Peksag
|
3c18f8a3d2
|
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
|
2016-08-24 13:20:12 -04:00 |
Tim Graham
|
953629b92c
|
Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.
|
2016-08-24 08:44:45 -04:00 |
Matthew Somerville
|
fb951fb0c5
|
Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own drivers.
|
2016-08-23 17:30:11 -04:00 |
Collin Anderson
|
384f89f8f8
|
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7
|
2016-08-23 16:00:12 -04:00 |
Helen Sherwood-Taylor
|
bc1e2d8e8e
|
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
|
2016-08-20 10:01:57 -04:00 |
Przemysław Suliga
|
549b90fab3
|
Refs #26902 -- Protected against insecure redirects in Login/LogoutView.
|
2016-08-19 19:01:01 -04:00 |
Matthew Wilkes
|
4f138fe5a4
|
Fixed #22288 -- Fixed F() expressions with the __range lookup.
|
2016-08-19 13:40:56 -04:00 |
Tim Graham
|
7549eb0004
|
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
|
2016-08-15 19:29:12 -04:00 |
Daniel Wiesmann
|
89f17e7caf
|
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
|
2016-08-15 14:23:10 -04:00 |
Curtis Maloney
|
d7e0cf04b7
|
Used all() and a generator for PermissionsMixin.has_perms().
|
2016-08-13 08:46:51 -04:00 |
Akshesh
|
6e07ec3f65
|
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
|
2016-08-12 18:37:03 -04:00 |
Akshesh
|
236baa0f0e
|
Refs #27030 -- Added BtreeGinExtension operation.
|
2016-08-12 18:37:00 -04:00 |
Akshesh
|
2f19306a12
|
Refs #27030 -- Added index type introspection on PostgreSQL.
|
2016-08-12 16:58:40 -04:00 |
Stanislav Karpov
|
b387189d86
|
Fixed #26919 -- Added the action form's media in the changelist view.
|
2016-08-11 19:35:31 -04:00 |
Tim Graham
|
e2dfa81ff7
|
Refs #18682 -- Edited explanation in stale content type deletion.
Follow up to 8db889eaf7 .
|
2016-08-10 21:19:09 -04:00 |
Andrew Nester
|
4591cf3fd8
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
jordij
|
0814566bf1
|
Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset.
|
2016-08-10 10:23:16 -04:00 |
Olexander Yermakov
|
975a76a964
|
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
|
2016-08-10 09:44:48 -04:00 |
Claude Paroz
|
ade681b9ad
|
Unified SpatiaLite spelling
|
2016-08-09 18:46:28 +02:00 |
Adam Zapletal
|
887f3d3219
|
Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.
|
2016-08-08 13:01:25 -04:00 |
Claude Paroz
|
a7863c78b7
|
Fixed #27024 -- Prevented logging error with empty string as geometry widget value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
2016-08-08 16:28:19 +02:00 |
Ville Skyttä
|
a2fb2b3a1f
|
Fixed #27020 -- Used a context manager to close files.
|
2016-08-04 19:45:14 -04:00 |
Tim Graham
|
967aa7f6cc
|
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
|
2016-08-04 10:57:37 -04:00 |
Sergey Yurchenko
|
4e64e3bb6e
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
Claude Paroz
|
374b6091ac
|
Pulled contrib translations from Transifex
Forward port f19cadd391 from stable/1.10.x
|
2016-08-01 19:47:19 +02:00 |
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 |