summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-31Avoided creating temporary lists for obtaining the first item.Sergey Fedoseev
2017-07-31Removed unneeded TruncBase.arity.Sergey Fedoseev
Uneeded since its introduction in 2a4af0ea43512370764303d35bc5309f8abce666.
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-07-29Fixed #28264 -- Made FilePathField sort files and directories when ↵Srinivas Reddy Thatiparthy
recursive=True.
2017-07-28Prevented query_utils.refs_expression() from looking for empty string in ↵Sergey Fedoseev
annotations map.
2017-07-27Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ↵Mariusz Felisiak
provided. Thanks Tim Graham for the review.
2017-07-27Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.Tim Graham
2017-07-27Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev
2017-07-26Allowed database backends to specify data types for Cast().Mariusz Felisiak
A small refactor ahead of refs #28371.
2017-07-26Removed unused SpatialOperations.from_wkb.Tim Graham
Unused since its introduction in ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8.
2017-07-26Improved test coverage for django.conf.Anton Samarchyan
2017-07-26Improved test coverage for django.contrib.sitemaps.Anton Samarchyan
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-07-26Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ↵Sergey Fedoseev
EWKT string.
2017-07-26Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.Berker Peksag
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-25Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.Sergey Fedoseev
Distance lookups use the Distance function for decreased code redundancy.
2017-07-25Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham
2017-07-25Removed obsolete references to add_to_query().Sergey Fedoseev
Support for it was removed in d3f00bd5706b35961390d3814dd7e322ead3a9a3.
2017-07-24Fixed #28321 -- Prevented FormSet.full_clean() from adding errors from ↵Windson yang
deleted forms.
2017-07-24Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.Mariusz Felisiak
Incorrect since its introduction in 20bab2cf9d02a5c6477d8aac066a635986e0d3f3.
2017-07-24Refs #24996 -- Removed unused BaseDatabaseFeatures.supports_select_related.Mariusz Felisiak
Unused since 0c7633178fa9410f102e4708cef979b873bccb76.
2017-07-24Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ↵Rachel Tobin
model.
2017-07-21Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
2017-07-21Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.Tom Forbes
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides ↵Tom Carrick
primary key.
2017-07-21Stopped setting BaseExpression.copied on copy().Simon Charette
Unused since its introduction in f59fd15c4928caf3dfcbd50f6ab47be409a43b01.
2017-07-21Refs #24887 -- Stopped mutating a test expression during as_sql().Simon Charette
Also defined an explicit output_field as it was mixing an expression with an IntegerField() with one with a DecimalField().
2017-07-20Sorted display of options in Func.__repr__().orf
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and ↵Tim Graham
Expression.convert_value(). Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
2017-07-20Added BaseSpatialField.get_db_prep_value() to simplify.Sergey Fedoseev
BaseSpatialField.get_db_prep_value() supersedes BaseSpatialField.get_db_prep_save() and Geometry.get_db_prep_value().
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
2017-07-20Refs #25588 -- Removed obsolete bits of RasterField support.Tim Graham
Unused since bbfad84dd980a97174c3b061a3d1b5f1373c380d.
2017-07-20Simplified handling of GIS lookup params.Sergey Fedoseev
2017-07-20Tested the case when the lhs of a raster lookup has an index specified and ↵Sergey Fedoseev
the rhs doesn't.
2017-07-20Removed unused models.DecimalField._format().Sergey Fedoseev
Unused since b3b71a0922334c70bbc646a4873010f808196671.
2017-07-20Removed unneeded check in GeometryField.from_db_value().Sergey Fedoseev
Unneeded since 6f43b2b8a55d72d1e8e04163ff0c2091cf6b8ce5.
2017-07-19Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of ↵Roman Selivanov
MultiWidget.
2017-07-19Fixed typo in DistanceLookupBase.process_rhs() error message.Sergey Fedoseev
2017-07-19Removed SRID use in PostGISAdapter.__eq__() and __hash__().Sergey Fedoseev
EWKB already contains the SRID.
2017-07-19Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of ↵Mariusz Felisiak
_rowfactory() on Oracle. Thanks Tim Graham for the review.
2017-07-18Removed redundant lookup values in ↵Sergey Fedoseev
RasterFieldTest.test_all_gis_lookups_with_rasters. These values produce already tested lookups and prevent another one from being tested.
2017-07-18Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
2017-07-18Fixed RasterFieldTest.test_all_gis_lookups_with_rasters.Sergey Fedoseev
It was inadvertently made a no-op in 378cf689d8772d917f642a80967ab8a2332eb41c.
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
2017-07-18Removed unneeded hasattr(self.rhs, 'get_compiler') checks in ↵Sergey Fedoseev
db/models/lookups.py. Unneeded since 9ae4362becbde31dc9cc31ae0b1db969e7007431.
2017-07-17Created a dedicated test directory for FilePathField tests.Srinivas Reddy Thatiparthy
2017-07-17Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.Mariusz Felisiak
Thanks Tim Graham for the review.