Дилян Палаузов
|
5d9b736fd8
|
Fixed #28652 -- Fixed a few comments in django/db/models/*.
|
2017-10-02 11:15:26 -04:00 |
Mads Jensen
|
aba3467585
|
Added tests for invalid {% autoescape %} usage.
|
2017-10-02 11:02:58 -04:00 |
Mariusz Felisiak
|
3fb1ad9505
|
Fixed incorrect integer division in DeletionTests.test_large_delete_related.
|
2017-10-02 10:11:20 -04:00 |
Mariusz Felisiak
|
d896809a3a
|
Refs #23919 -- Removed unneeded float()/int() calls.
|
2017-10-02 08:49:26 -04:00 |
Jon Dufresne
|
f0ffa3f4ea
|
Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in urls/resolvers.py.
|
2017-09-30 20:33:07 -04:00 |
Mads Jensen
|
41406bf98e
|
Increased test coverage for db/backends/base/operations.py.
|
2017-09-30 19:48:55 -04:00 |
Mads Jensen
|
6d1df84c00
|
Corrected typos in BaseDatabaseOperations exception messages.
|
2017-09-30 19:18:51 -04:00 |
Mads Jensen
|
25307089bc
|
Completed test coverage for default template filters.
|
2017-09-30 18:34:51 -04:00 |
Mads Jensen
|
77d1b19623
|
Removed always True if check in stringfilter decorator.
|
2017-09-30 18:01:35 -04:00 |
Tim Graham
|
fd866c25d1
|
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
|
2017-09-30 14:13:18 -04:00 |
Tim Graham
|
dd82f33271
|
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError when saving negative numbers in PositiveInteger fields.
|
2017-09-29 15:20:32 -04:00 |
Stefan Schneider
|
08c8c3ead9
|
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
|
2017-09-29 11:38:28 -04:00 |
Mariusz Felisiak
|
3fa0a824c2
|
Refs #27067 -- Removed string_concat in django.utils.translation.__all__.
Undefined since 87d2240e6c .
|
2017-09-29 10:32:32 -04:00 |
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 |