Mariusz Felisiak
|
c6a1faecc3
|
Refs #27090 -- Added real database sequence introspection.
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
|
2017-09-13 20:12:32 +02:00 |
Sergey Fedoseev
|
bd903e8a6e
|
Fixed #28570 -- Dropped support for GEOS 3.3.x.
Removed setting SRID in GEOSGeometry.clone() which was only required
in GEOS 3.3.0.
|
2017-09-11 13:57:24 -04:00 |
Jon Dufresne
|
99e65d6488
|
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
|
2017-09-11 11:32:40 -04:00 |
Tim Graham
|
4844af90fb
|
Fixed #28579 -- Doc'd upgrade effort expectations for Django 2.0.
|
2017-09-11 09:07:14 -04:00 |
Claude Paroz
|
a599ae6018
|
Refs #24928 -- Added introspection support for PostgreSQL RangeField
|
2017-09-09 20:22:47 +02:00 |
Claude Paroz
|
0cbb6ac007
|
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Thanks Adam Johnson and Tim Graham for the reviews.
|
2017-09-09 18:26:29 +02:00 |
Sergey Fedoseev
|
f3c9562143
|
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
|
2017-09-06 15:32:32 -04:00 |
Olivier Tabone
|
a027447f56
|
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
|
2017-09-06 14:38:44 -04:00 |
Sami J. Lehtinen
|
407c1249c9
|
Fixed #28032 -- Added Paginator.get_page().
Moved boilerplate from docs to a method.
|
2017-09-06 14:17:19 -04:00 |
François Freitag
|
ad4a8acdb5
|
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
|
2017-09-05 20:14:54 -04:00 |
Dima Kudosh
|
093fd479d6
|
Fixed #28335 -- Allowed query expressions in Meta.ordering.
|
2017-09-05 19:10:20 -04:00 |
Mads Jensen
|
f4135783ad
|
Fixed #28126 -- Added GistIndex to contrib.postgres.
Thanks to Marc Tamlyn for the initial patch.
|
2017-09-04 21:08:02 -04:00 |
Nick Pope
|
f9c2fd30be
|
Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility alias.
|
2017-09-02 08:52:01 -04:00 |
Bae KwonHan
|
0608c24378
|
Fixed typo in docs/releases/2.0.txt.
|
2017-08-15 09:41:49 -04:00 |
Alejandro Zamora
|
90d7b912b9
|
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field.
|
2017-08-12 20:14:14 -04:00 |
Tom
|
b78d100fa6
|
Fixed #27849 -- Added filtering support to aggregates.
|
2017-08-12 17:58:28 -04:00 |
Mariusz Felisiak
|
489421b015
|
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch.
|
2017-08-12 21:06:49 +02:00 |
Tim Graham
|
abd723c6a0
|
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
|
2017-08-11 11:17:08 -04:00 |
Pavel Karateev
|
851ef09db9
|
Fixed typo in docs/releases/2.0.txt.
|
2017-08-09 20:48:36 +02:00 |
Mariusz Felisiak
|
b61d5b1991
|
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't provided.
Thanks Tim Graham for the review.
|
2017-07-27 19:36:47 +02:00 |
Melvyn Sopacua
|
5bb9b9a388
|
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
|
2017-07-26 13:47:35 -04:00 |
Sergey Fedoseev
|
f3bada9889
|
Fixed #28436 -- Added support for distance lookups on MySQL.
|
2017-07-26 08:50:56 -04:00 |
Tom Carrick
|
3159ad4df6
|
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary key.
|
2017-07-21 08:34:35 -04:00 |
Tim Graham
|
487362fa8f
|
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
Unused since a0d166306f .
|
2017-07-20 16:30:08 -04:00 |
Johannes Hoppe
|
c19b56f633
|
Fixed #28377 -- Made combining form Media retain relative asset order.
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
|
2017-07-20 11:06:30 -04:00 |
Sergey Fedoseev
|
504ce3914f
|
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field).
|
2017-07-14 21:56:01 -04:00 |
Tim Graham
|
2e9ada1551
|
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
|
2017-07-14 12:06:06 -04:00 |
Claude Paroz
|
169c3b3e07
|
Fixed #14204 -- Enforced SQLite foreign key constraints.
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
2017-07-11 09:07:31 -04:00 |
Bruno Alla
|
604341c85f
|
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view().
|
2017-07-06 10:34:54 -04:00 |
Mariusz Felisiak
|
df1106a40f
|
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value with similar methods.
|
2017-07-06 07:37:47 -04:00 |
Ran Benita
|
b9f7dce84b
|
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
|
2017-06-29 16:00:15 -04:00 |
Daniel Hahler
|
43a4835edf
|
Fixed #27473 -- Added DurationField support to Extract.
|
2017-06-28 10:10:09 -04:00 |
Mariusz Felisiak
|
3297dede7f
|
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Thanks Markus Holtermann and Tim Graham for reviews.
|
2017-06-27 21:15:15 +02:00 |
Mariusz Felisiak
|
617505ca89
|
Fixed #28330 -- Prevented passing positional arguments to an Index.
Thanks Tim Graham for the review.
|
2017-06-27 13:39:37 -04:00 |
Sergey Fedoseev
|
44a7b98abb
|
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
|
2017-06-26 15:10:55 -04:00 |
Simon Charette
|
ea91ad4c13
|
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
|
2017-06-20 22:59:22 -04:00 |
Mads Jensen
|
de42adf4ff
|
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Thanks Tim Graham and Markus Holtermann for review.
|
2017-06-20 10:54:39 -04:00 |
Paul Tiplady
|
335a8d7895
|
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
|
2017-06-19 18:11:25 -04:00 |
Chandrakant Kumar
|
2b09e4c88e
|
Fixed #27787 -- Made call_command() validate the options it receives.
|
2017-06-16 21:28:38 -04:00 |
Daniel Wiesmann
|
6f44f714c9
|
Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.
Thanks Tim Graham for the review and edits.
|
2017-06-16 12:09:05 -04:00 |
Adam Bogdał
|
cd2fe829dd
|
Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.
Migrations will now be created for changes to limit_choices_to.
|
2017-06-14 08:57:24 -04:00 |
Collin Anderson
|
1a49b89470
|
Fixed #27953 -- Added instance's pk to Model.__str__().
|
2017-06-09 13:42:53 -04:00 |
Mads Jensen
|
c7f6ffbdcf
|
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
2017-06-08 15:15:29 -04:00 |
Daniel Wiesmann
|
fe5e34a295
|
Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.
|
2017-06-08 12:44:26 -04:00 |
Daniel Wiesmann
|
e0b456bee7
|
Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.
|
2017-06-07 11:30:35 -04:00 |
Claude Paroz
|
23142eea85
|
Fixed #18394 -- Added error for invalid JavaScriptCatalog packages
Thanks Tim Graham for the review.
|
2017-06-06 18:02:22 +02:00 |
Tim Graham
|
41e02ab368
|
Clarified purpose of "Database backend API" backwards incompatible changes section.
|
2017-06-06 11:33:09 -04:00 |
Florian Apolloner
|
823d73be3e
|
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
|
2017-06-06 11:08:40 -04:00 |
Claude Paroz
|
43b574007e
|
Fixed #28192 -- Required passing optional form field args as keyword args.
|
2017-06-03 10:49:01 -04:00 |
Mariusz Felisiak
|
516b7664dc
|
Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle.
Thanks Tim Graham for the review.
|
2017-06-02 18:35:56 +02:00 |