Tim Graham
|
d66378a8b2
|
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value.
Thanks Simon Charette for review.
|
2017-05-05 18:35:08 -04:00 |
Tim Graham
|
2dc3280254
|
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
|
2017-05-04 20:45:18 -04:00 |
François Freitag
|
c0a2b9508a
|
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nested Prefetches.
|
2017-05-04 09:17:29 -04:00 |
Simon Charette
|
b91868507a
|
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Thanks Tim for the review.
|
2017-05-04 00:02:14 -04:00 |
Tim Graham
|
584e10c76e
|
Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child model.
Regression in 38575b007a .
|
2017-05-03 12:14:15 -04:00 |
Alexander Kavanaugh
|
362fba87c9
|
Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
Regression in 4a246a02bd .
|
2017-05-03 07:45:51 -04:00 |
Tim Graham
|
d302e2c09c
|
Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options.
Regression in b52c73008a .
|
2017-05-03 07:21:44 -04:00 |
Tim Graham
|
941280229e
|
Refs #28100 -- Added 1.11.1 release note for e6bfd3d751 .
|
2017-05-01 21:30:07 -04:00 |
Markus Holtermann
|
663e48947f
|
Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
|
2017-05-01 11:31:48 -04:00 |
Ian Foote
|
63afe3a2bf
|
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
|
2017-05-01 09:32:44 -04:00 |
Dylan Verheul
|
75aeebebfe
|
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs.
|
2017-04-30 20:19:12 -04:00 |
Tim Graham
|
1ebd295082
|
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Thanks Preston Timmons for review.
|
2017-04-29 19:00:21 -04:00 |
Mariusz Felisiak
|
f3427ccb25
|
Refs #28138 -- Added release notes for d52577b62b .
|
2017-04-28 13:15:05 -04:00 |
Tim Graham
|
f04a404917
|
Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms.
Regression in f5c6295797 .
|
2017-04-28 09:32:40 -04:00 |
Josh Schneier
|
a1b2c1d76e
|
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
|
2017-04-26 19:39:22 -04:00 |
Tim Graham
|
19a23fe562
|
Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.
|
2017-04-26 09:45:33 -04:00 |
Tim Graham
|
bce5cc57e9
|
Fixed #28125 -- Clarified 1.11 release note about Template.render() prohibiting non-dict context.
|
2017-04-26 09:40:48 -04:00 |
Paolo Melchiorre
|
fcb5dbfec0
|
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres.
|
2017-04-25 20:21:36 -04:00 |
Tim Graham
|
56970c5b61
|
Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template.
|
2017-04-25 11:01:21 -04:00 |
Michiel Beijen
|
5e8625ba64
|
Renamed "Mac OS X" to "macOS" in docs.
|
2017-04-24 20:16:09 -04:00 |
Simon Charette
|
8ef35468b6
|
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
2017-04-23 00:21:27 -04:00 |
Simon Charette
|
c0f12a098c
|
Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings.
Refs #26290.
Thanks Tim for the review.
|
2017-04-22 14:08:57 -04:00 |
Jon Dufresne
|
581879a510
|
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
|
2017-04-21 12:14:40 -04:00 |
Tim Graham
|
8b767986ba
|
Refs #28091 -- Forwardported 1.11.1 release note.
|
2017-04-20 12:58:24 -04:00 |
Tim Graham
|
d2cb7a2bc1
|
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
|
2017-04-20 11:36:40 -04:00 |
Tim Graham
|
af1f986360
|
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html.
Regression in b52c73008a
|
2017-04-20 10:06:34 -04:00 |
Claude Paroz
|
43b4a1618e
|
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Regression in 7ec330eeb9 .
Thanks Tim Graham for the review.
|
2017-04-19 19:32:46 +02:00 |
Tim Graham
|
dff559ff83
|
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
2017-04-19 12:59:30 -04:00 |
InvalidInterrupt
|
dda596ca32
|
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
|
2017-04-17 09:58:19 -04:00 |
Tim Graham
|
c09bf8d767
|
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a
|
2017-04-17 08:32:29 -04:00 |
Tim Graham
|
8c6a3062dd
|
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82f
|
2017-04-15 09:21:35 -04:00 |
Tim Graham
|
d825ac6dfa
|
Clarified HStoreField model/form difference in 1.11 release notes.
|
2017-04-10 12:31:36 -04:00 |
Tim Graham
|
fce7827101
|
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
Regression in 1bc249c2a6 .
|
2017-04-10 09:51:51 -04:00 |
kalombo
|
dd00184892
|
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg.
|
2017-04-07 18:02:34 -04:00 |
Simon Charette
|
a354c69055
|
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
|
2017-04-07 16:47:52 -04:00 |
Markus Holtermann
|
d3cf75ec6f
|
Fixed #28051 -- Made migrations respect Index's name argument.
Thanks Marc Tamlyn for the report and Tim Graham for the review.
|
2017-04-07 11:47:53 -04:00 |
Raphael Michel
|
bde814142a
|
Fixed #22654 -- Broken decimal validation
|
2017-04-07 12:45:08 +02:00 |
Florian Apolloner
|
9301504a45
|
Back to the future.
Forward port of 5da14b257e from 1.11.x
|
2017-04-05 11:17:20 +02:00 |
Tim Graham
|
4202ed2437
|
Added stub release notes for 1.11.1.
|
2017-04-04 22:20:56 -04:00 |
Tim Graham
|
b749c980a0
|
Added CVE-2017-7233,4 to the security release archive.
|
2017-04-04 21:51:50 -04:00 |
Tim Graham
|
5ea48a70af
|
Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
|
2017-04-04 10:42:06 -04:00 |
Tim Graham
|
a1f948b468
|
Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
|
2017-04-04 10:42:06 -04:00 |
Tim Graham
|
b9ebf6c0c2
|
Added stub release notes for security releases.
|
2017-04-04 10:41:57 -04:00 |
Sergey Fedoseev
|
5e710cf4a5
|
Fixed #11854 -- Added Azimuth GIS function. (#8286)
|
2017-04-02 14:24:06 -04:00 |
Sergey Fedoseev
|
24023c6a8f
|
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
|
2017-04-01 15:35:30 -04:00 |
Sergey Fedoseev
|
ede4f6d48c
|
Fixed #12410 -- Added LineLocatePoint GIS function.
|
2017-04-01 15:02:09 -04:00 |
Sergey Fedoseev
|
0a13b249e2
|
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions, and isvalid lookup.
|
2017-04-01 13:43:53 -04:00 |
Carlton Gibson
|
6b3724fa11
|
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined.
|
2017-03-31 17:26:42 -04:00 |
heathervm
|
7d1e237753
|
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
|
2017-03-31 10:10:08 -04:00 |
Claude Paroz
|
6585ebebaa
|
Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
|
2017-03-27 12:53:03 -04:00 |