Stefan Schneider
|
293df73fb6
|
Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.
|
2017-09-29 10:31:49 -04:00 |
Mads Jensen
|
8d40eb0e89
|
Used NotSupportedError for some unsupported database opreations per PEP 249.
|
2017-09-29 09:49:55 -04:00 |
Mads Jensen
|
3e72f4b7b6
|
Completed test coverage for BasePasswordHasher.
|
2017-09-29 09:28:25 -04:00 |
Mads Jensen
|
776f6902d9
|
Moved BasePasswordHasher tests to its own test case.
|
2017-09-29 09:28:24 -04:00 |
Michael Käufl
|
259fec8de0
|
Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.
|
2017-09-29 08:50:22 -04:00 |
Simon Charette
|
f1b713024e
|
Refs #28492 -- Defined aggregates' output_field at the class level.
Missed in 08654a99bb .
|
2017-09-29 07:44:27 -04:00 |
Tim Graham
|
4710753875
|
Added missing punctuation in django/shortcuts.py docstring.
|
2017-09-28 14:39:54 -04:00 |
Mads Jensen
|
d917c17a3b
|
Completed test coverage for AnonymousUser.
|
2017-09-28 13:11:23 -04:00 |
Mads Jensen
|
7fce4dc5ff
|
Moved AnonymousUser tests to its own test case.
|
2017-09-28 13:11:07 -04:00 |
Mariusz Felisiak
|
2b5a511bd9
|
Merged hash() calls.
Thanks Simon Charette for the review.
|
2017-09-28 12:12:47 -04:00 |
Mariusz Felisiak
|
fc6528b25a
|
Fixed #28629 -- Made tree.Node instances hashable.
Regression in 508b5debfb which
added Node.__eq__().
|
2017-09-28 12:07:19 -04:00 |
Jon Ribbens
|
44f08422c8
|
Fixed #28625 -- Distinguished DATABASES['TIME_ZONE'] from settings.TIME_ZONE.
|
2017-09-28 09:42:08 -04:00 |
Mads Jensen
|
4508fafe16
|
Simplified various __eq__() methods.
|
2017-09-28 09:18:37 -04:00 |
Mads Jensen
|
129f4900be
|
Added tests for RequestSite.__init__() and __str__().
|
2017-09-28 08:16:21 -04:00 |
Tim Graham
|
2015f5f134
|
Added a separate test class for RequestSite.
|
2017-09-28 08:14:17 -04:00 |
Tim Graham
|
1d8cfa3608
|
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Thanks Simon Charette for the introspection changes.
|
2017-09-27 11:00:04 -04:00 |
Flávio Juvenal
|
ea7ca5db30
|
Doc'd contrib.postgres system checks.
|
2017-09-27 10:58:48 -04:00 |
Mads Jensen
|
8ddbe01760
|
Added a test for pbkdf2()'s default digest algorithm.
|
2017-09-27 10:36:26 -04:00 |
Tim Graham
|
c7e9e22695
|
Added cleanup for an introspection test.
|
2017-09-27 09:51:49 -04:00 |
Josh Schneier
|
e8c4596329
|
Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientific notation.
|
2017-09-27 09:42:04 -04:00 |
Miguel
|
4a908c0cd2
|
Clarified StrIndex docs example.
|
2017-09-27 09:08:50 -04:00 |
Ed Morley
|
2d4ccac275
|
Fixed #28603 -- Clarified comment in collectstatic's collect().
|
2017-09-27 08:45:10 -04:00 |
Mads Jensen
|
4803834aaa
|
Added a test for PermWrapper.__iter__().
|
2017-09-26 19:42:50 -04:00 |
Tim Graham
|
98706bb35e
|
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError.
|
2017-09-25 17:11:06 -04:00 |
Tim Graham
|
cfff2af02b
|
Fixed #27857 -- Dropped support for Python 3.4.
|
2017-09-25 17:11:03 -04:00 |
Tim Graham
|
a80903b711
|
Removed DatabaseFeatures.supports_microsecond_precision.
MySQL 5.5 (refs #28552) was the last database to use it.
|
2017-09-25 14:48:15 -04:00 |
Tim Graham
|
8a1768432b
|
Fixed #28552 -- Dropped support for MySQL 5.5.
|
2017-09-25 14:48:11 -04:00 |
Christopher Schäpers
|
6da140724d
|
Fixed #28627 -- Added slug converter to some path() examples in docs.
|
2017-09-25 13:06:11 -04:00 |
Mads Jensen
|
c0d968ea1f
|
Added a test for TranslatableFile.__eq__().
|
2017-09-25 10:22:38 -04:00 |
Mariusz Felisiak
|
00709d704e
|
Merged startswith() calls.
|
2017-09-25 09:18:29 -04:00 |
Tim Graham
|
67a6ba391b
|
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS."
This reverts commit 95993a89ce .
|
2017-09-25 09:05:00 -04:00 |
Claude Paroz
|
c180abe6f1
|
Fixed JS linter error
Regression introduced in 1f3dfd783d .
|
2017-09-24 17:51:50 +02:00 |
Claude Paroz
|
1f3dfd783d
|
Updated translation catalogs
Forward port of 600104172a from stable/2.0.x.
|
2017-09-24 13:54:54 +02:00 |
Claude Paroz
|
fe000ab18d
|
Refs #25006 -- Marked again admin time picker shortcuts for translation
|
2017-09-24 13:41:51 +02:00 |
Tim Graham
|
d90936f41a
|
Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.
|
2017-09-22 15:09:37 -04:00 |
Tim Graham
|
4a461d49c7
|
Advanced deprecation warnings for Django 2.1.
|
2017-09-22 12:51:19 -04:00 |
Tim Graham
|
5446b72003
|
Removed versionadded/changed annotations for 1.11.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
2bd207ada0
|
Refs #15667 -- Removed support for Widget.render() methods without the renderer argument.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
ba42456c2e
|
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
5bcca2a056
|
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
48d57788ee
|
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
4502489a46
|
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
5e31be1b96
|
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
578711c310
|
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
e62165b898
|
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
96107e2844
|
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
e47b56d791
|
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
Per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
87d2240e6c
|
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
9463a7a8cd
|
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
6e40b70bf4
|
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().
Per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |