Tim Graham
|
fcfb730658
Refs #30033 -- Doc'd change regarding apps without migrations depending on apps with migrations.
|
6 年之前 |
Jon Dufresne
|
7e3bf2662b
Removed default mode='r' argument from calls to open().
|
6 年之前 |
Jon Dufresne
|
ce7293bc91
Refs #23919 -- Replaced codecs.open() with open().
|
6 年之前 |
Sergey Fursov
|
20ea68c4fe
Fixed typo in docs/ref/request-response.txt.
|
6 年之前 |
Jon Dufresne
|
00b2e4b67c
Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexistent().
|
6 年之前 |
Jon Dufresne
|
ac956dae1d
Fixed grammar in FakePayload exception message.
|
6 年之前 |
Hasan Ramezani
|
7e978fdc42
Completed test coverage for utils.text._replace_entity().
|
6 年之前 |
Nick Pope
|
0ef9979669
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
|
6 年之前 |
Nick Pope
|
8d01edfa65
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
|
6 年之前 |
Nick Pope
|
327bbaae24
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description.
|
6 年之前 |
Tim Graham
|
2de7eb6f4d
Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
|
6 年之前 |
Nick Pope
|
bff748df3e
Fixed #30115 -- Fixed SQLite introspection crash with a varchar primary key.
|
6 年之前 |
Nick Pope
|
d82f212ec8
Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.
|
6 年之前 |
Nick Pope
|
e19f58fc01
Inlined DatabaseIntrospection._table_info() for SQLite.
|
6 年之前 |
Nasir Hussain
|
2804b8d215
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
|
6 年之前 |
Vytis Banaitis
|
d02b2aa11e
Made assertOptimizesTo() more strict in migrations tests.
|
6 年之前 |
Simon Charette
|
8d2dcc47cd
Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().
|
6 年之前 |
Tim Graham
|
2110b17924
Tested Model.set_FOO_order() with an unrelated object.
|
6 年之前 |
Pavel Savchenko
|
130192b12b
Corrected GenericRelation's related_query_name manual lookup example.
|
6 年之前 |
Jon Dufresne
|
d15c61cabb
Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
|
6 年之前 |
Simon Charette
|
65858119d2
Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
|
6 年之前 |
Hasan Ramezani
|
838e432e3e
Completed test coverage for utils.text.Truncator.chars().
|
6 年之前 |
Tom Forbes
|
d8a2f4ec09
Removed redundant period in Watchman unavailable message.
|
6 年之前 |
Mariusz Felisiak
|
f05c02c4b8
Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
|
6 年之前 |
Tom Forbes
|
7eb4db8732
Removed template_cache attribute from cached template loader.
|
6 年之前 |
Mariusz Felisiak
|
709a8b861d
Optimized Oracle PKs introspection by adding get_primary_key_column().
|
6 年之前 |
Tim Graham
|
fe6d5a2da2
Fixed #30107 -- Removed unused dirs variable from cache template loader keys.
|
6 年之前 |
Tim Graham
|
6713926ebe
Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
|
6 年之前 |
Day Barr
|
51fa59f0b3
Fixed typo in QuerySet.bulk_update documentation (#10859)
|
6 年之前 |
Tim Graham
|
06670015f7
Increased the default PBKDF2 iterations for Django 3.0.
|
6 年之前 |