Sanyam Khurana
|
76d31be2d0
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
|
6 лет назад |
Sanyam Khurana
|
6d73278d38
Documented ping_google()'s ping_url argument.
|
6 лет назад |
Simon Charette
|
41e73de39d
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
|
6 лет назад |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 лет назад |
Paveł Tyślacki
|
647be06538
Renamed variables after generalization of constraints.
|
6 лет назад |
Tim Graham
|
cf1fe22009
Fixed typos in docs/ref/models/constraints.txt.
|
6 лет назад |
Mads Jensen
|
4b9d72210f
Refs #28643 -- Added NullIf database function.
|
7 лет назад |
Claude Paroz
|
217f4456d8
Fetched Armenian translations from Transifex
|
6 лет назад |
Claude Paroz
|
31ebb1d564
Added Armenian language
|
6 лет назад |
Joshua Cannon
|
db1b10ef0d
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
6 лет назад |
Tim Graham
|
4ca2820ff5
Corrected whitespace in docs/ref/contrib/auth.txt.
|
6 лет назад |
Hasan Ramezani
|
52d06d3041
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
|
6 лет назад |
Simon Charette
|
bc05547cd8
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
|
6 лет назад |
Benjy Weinberger
|
222caab68a
Fixed #30071 -- Fixed error message when a 'default' database isn't provided.
|
6 лет назад |
Benjy Weinberger
|
c2c85663e2
Fixed #30087 -- Tested error handling for empty 'default' database.
|
6 лет назад |
Nick Pope
|
a35d2a4510
Refs #23748 -- Added AutoField introspection for SQLite.
|
6 лет назад |
Nick Pope
|
e7f0e9b704
Renamed import in MySQL introspection backend for consistency.
|
6 лет назад |
Nick Pope
|
99b3ab2781
Simplified some imports for database functions.
|
6 лет назад |
Tim Graham
|
36fceeec88
Added stub 2.1.6 release notes.
|
6 лет назад |
Tim Graham
|
162ae9c914
Added CVE-2019-3498 to the security release archive.
|
6 лет назад |
Tom Hacohen
|
1ecc0a395b
Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.
|
6 лет назад |
Mariusz Felisiak
|
e49ab72637
Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+.
|
6 лет назад |
Mariusz Felisiak
|
97844a3213
Fixed typo in django/db/backends/base/features.py.
|
6 лет назад |
Tim Graham
|
b5fe97a34e
Added __init__.py for db_utils tests.
|
6 лет назад |
Tim Graham
|
0004daa536
Used 4 space hanging indent for dictionaries.
|
6 лет назад |
Jozef
|
5bbf31634f
Fixed typo in docs/ref/migration-operations.txt.
|
6 лет назад |
Tim Graham
|
e4a714b259
Pinned Pillow != 5.4.0 in test requirements.
|
6 лет назад |
Patrik Sletmo
|
14e2b1b065
Fixed #29981 -- Fixed inline formsets with a OnetoOneField primary key that uses to_field.
|
6 лет назад |
Tim Graham
|
02c07be95c
Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add.
|
6 лет назад |
Paveł Tyślacki
|
0123b67f6b
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEditor.
|
6 лет назад |