| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-16 | [2.0.x] Fixed #28497 -- Restored the ability to use sliced QuerySets with ↵ | Tim Graham | |
| __exact. Regression in ec50937bcbe160e658ef881021402e156beb0eaf. Thanks Simon Charette for review. Backport of 1b73ccc4bf78af905f72f4658cf463f38ebf7b97 from master | |||
| 2017-10-14 | [2.0.x] Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from ↵ | Yuri Kaszubowski Lopes | |
| mutating get_user_permissions(). Backport of d98210c25577e7f007605f4960672e887dd452e6 from master | |||
| 2017-10-14 | [2.0.x] Refs #28710 -- Simplified l10n format test | Claude Paroz | |
| Backport of c1fa6672dd995e5ab4e06d5132db40ed0f41a47e from master. | |||
| 2017-10-13 | [2.0.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT string | Claude Paroz | |
| Thanks Eneko Illarramendi for the report and initial patch. Backport of 8c538871bda3832bca2dddefe317bf4a9230dd45 from master. | |||
| 2017-10-13 | [2.0.x] Refs #28440 -- Fixed server connection closing test on macOS. | Tom | |
| Backport of 32ade78c55edd6231544607a841a9e7efdcbdb5b from master | |||
| 2017-10-12 | [2.0.x] Fixed #27846 -- Made Model.refresh_from_db() clear cached relations. | Paulo | |
| Backport of a7b5ad8b19a08d7d57302ece74f6e26d2887fd9f from master | |||
| 2017-10-12 | [2.0.x] Fixed #28679 -- Fixed urlencode()'s handling of bytes. | François Freitag | |
| Regression in fee42fd99ee470528858c2ccb3621135c30ec262. Thanks Claude Paroz, Jon Dufresne, and Tim Graham for the guidance. Backport of 41be85862d9067a809ccf3707d2a22dfef23d99a from master | |||
| 2017-10-11 | [2.0.x] Split django.utils.http tests into separate test classes. | François Freitag | |
| Backport of 0e212a705e6b2e49a246b16286036c40ec2ac4f8 from master | |||
| 2017-10-10 | [2.0.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if ↵ | Daniel Tao | |
| default is a callable that returns None. Backport of 4d60261b2a77460b4c127c3d832518b95e11a0ac from master | |||
| 2017-10-05 | [2.0.x] Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion ↵ | Mariusz Felisiak | |
| crash on Oracle when using more than 65535 parameters. Thanks Tim Graham for the review. Backport of 1b823b8f182e8f31b8c9db281311ef718299eda7 from master | |||
| 2017-09-29 | [2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than ↵ | Tim Graham | |
| OperationalError when saving negative numbers in PositiveInteger fields. Backport of dd82f3327124fd2762cf6df2ac8c6380772bf127 from master | |||
| 2017-09-28 | [2.0.x] Fixed #28629 -- Made tree.Node instances hashable. | Mariusz Felisiak | |
| Regression in 508b5debfb16843a8443ebac82c1fb91f15da687 which added Node.__eq__(). Backport of fc6528b25ab1834be1a478b405bf8f7ec5cf860c from master | |||
| 2017-09-27 | [2.0.x] Fixed #28562 -- Fixed DecimalValidator handling of positive exponent ↵ | Josh Schneier | |
| scientific notation. Backport of e8c45963296eb8bf3938bf9ece30b585a8cbb097 from master | |||
| 2017-09-25 | [2.0.x] Reverted "Fixed #28248 -- Fixed password reset tokens being valid ↵ | Tim Graham | |
| for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS." This reverts commit 95993a89ce6ca5f5e26b1c22b65c57dcb8c005e9. Backport of 67a6ba391bbcf1a4c6bb0c42cb17e4fc0530f6d2 from master | |||
| 2017-09-22 | Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) ↵ | Nicolas Delaby | |
| support. Thanks Anssi Kääriäinen for contributing to the patch. | |||
| 2017-09-21 | Added a test for QuerySet.select_related() reverse caching. | Anssi Kääriäinen | |
| 2017-09-21 | Refs #28595 -- Added a hook to add execute wrappers for database queries. | Shai Berger | |
| Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak, Michael Manfre, and Tim Graham for discussion and review. | |||
| 2017-09-21 | Added test for too large input to django.utils.http.base36_to_int(). | Mads Jensen | |
| 2017-09-21 | Fixed #28576 -- Added color interpretation method to GDALBand. | Niall Dalton | |
| 2017-09-20 | Fixed #28617 -- Made ogrinspect output pep8 compliant. | Thomas Schorr | |
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-09-20 | Fixed #28488 -- Reallowed error handlers to access CSRF tokens. | Florian Apolloner | |
| Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b. | |||
| 2017-09-20 | Initialized CsrfViewMiddleware once in csrf_tests. | Florian Apolloner | |
| 2017-09-20 | Added a checks test for valid i18n patterns. | Tim Graham | |
| 2017-09-19 | Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. | Tim Graham | |
| 2017-09-18 | Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ↵ | Mariusz Felisiak | |
| key in an Index's fields. | |||
| 2017-09-18 | Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ↵ | Johannes Hoppe | |
| ManyToManyField in the admin. Thanks Florian Apolloner and Tim Graham for review and contributing to the patch. | |||
| 2017-09-18 | Fixed #28610 -- Skipped test when serializer is not available | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-09-18 | Fixed #26608 -- Added support for window expressions (OVER clause). | Mads Jensen | |
| Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes, Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie Cockburn for initial patch. | |||
| 2017-09-18 | Added test skipping for a PostgreSQL JSONField test. | Tim Graham | |
| 2017-09-18 | Revert "Refs #21286 -- Enabled serializer tests with time pk model" | Claude Paroz | |
| This reverts commit 01c6a3e227b645e8dea97e9befecd23d1d3b8581. Unfortunately, the YAML serializer is not yet able to cope with time values. | |||
| 2017-09-17 | Refs #21286 -- Enabled serializer tests with time pk model | Claude Paroz | |
| 2017-09-15 | Fixed #28334 -- Added caching for hstore/citext OIDs. | Igor Gumenyuk | |
| 2017-09-15 | Refs #24031 -- Added test for When.__repr__(). | Mads Jensen | |
| 2017-09-14 | Fixed a Dutch translation in i18n tests. | Tim Graham | |
| 2017-09-14 | Added a test for mixing args and kwargs in reverse(). | Tim Graham | |
| 2017-09-13 | Refs #28593 -- Moved django.conf.urls.include() to django.urls(). | Tim Graham | |
| The old location remains for backwards compatibility. Documentation will be updated separately along with the rest of the URL routing changes. | |||
| 2017-09-13 | Refs #27090 -- Added real database sequence introspection. | Mariusz Felisiak | |
| Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review. | |||
| 2017-09-12 | Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length. | Tom | |
| Disabled keep-alive to fix the regression in e6065c7b8363202c5eb13ba10c97a8c24d014b45. | |||
| 2017-09-12 | Removed django.contrib.gis.geometry.backend. | Tim Graham | |
| The layer of indirection is unchanged and undocumented since its introduction in ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8. | |||
| 2017-09-11 | Added tests for DecimalValidator. | Josh Schneier | |
| 2017-09-11 | Tested field deconstruction with DEFAULT_DB_TABLESPACE and db_tablespace. | Simon Charette | |
| 2017-09-11 | Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more ↵ | Sergey Fedoseev | |
| than once. Reverted test for refs #27603 in favor of using FuncTestMixin. | |||
| 2017-09-11 | Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation ↵ | Sergey Fedoseev | |
| numbers. Thanks Greg Larmore for report and initial patch. | |||
| 2017-09-09 | Refs #24928 -- Added introspection support for PostgreSQL RangeField | Claude Paroz | |
| 2017-09-09 | Refs #24928 -- Added introspection support for PostgreSQL JSONField | Claude Paroz | |
| Thanks Adam Johnson and Tim Graham for the reviews. | |||
| 2017-09-09 | Fixed some comments referring to a nonexistent TestClient class. | Luoxzhg | |
| 2017-09-09 | Fixed capitalization of "Spherical Mercator." | Sergey Fedoseev | |
| 2017-09-08 | Fixed deepcopy of AreaField and DistanceField. | Sergey Fedoseev | |
| 2017-09-08 | Fixed #28546 -- Fixed translation's to_locale() with langauge subtags. | Tim Graham | |
| Thanks Brent Hand for the initial patch. | |||
