Thomas Chaumeny
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 лет назад |
Loic Bistuer
|
b23d47412c
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
|
10 лет назад |
Markus Holtermann
|
16548cfc7c
Fixed broken test from da160d440f; refs #23418.
|
10 лет назад |
Markus Holtermann
|
d28b5f13b3
Fixed #23418 -- Fail when migration deconstruct produces invalid import
|
10 лет назад |
Lee Sanghyuck
|
11d9cbe2f4
Fixed #23316 -- Added datetime.time serialization in migrations.
|
10 лет назад |
Tim Graham
|
66211b4b75
Silenced a Python 2 ImportWarning in a migrations test.
|
10 лет назад |
Simon Charette
|
35c2c37041
Fixed #22943 -- Correctly serialize compiled regexes.
|
10 лет назад |
Colin Wood
|
27ee608b55
Fixed #22940 -- Added missing string iterpolation parameters in migrations.writer error.
|
10 лет назад |
Víðir Valberg Guðmundsson
|
3a6cb9f497
Fixed #22577: Python 3 broke on non-module migrations directory
|
10 лет назад |
Matthew Schinckel
|
bb39037fcb
Fixed #22788 -- Ensured custom migration operations can be written.
|
10 лет назад |
Andrew Godwin
|
6fd455adfc
Fixed #22436: More careful checking on method ref'ce serialization
|
10 лет назад |
Baptiste Mispelon
|
f01d2a8f9b
Fixed tuple serialization test.
|
11 лет назад |
Moayad Mardini
|
ad994a3c5b
Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.
|
11 лет назад |
Claude Paroz
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 лет назад |
Aymeric Augustin
|
428c0bbe1b
Appeased flake8 2.1.0.
|
11 лет назад |
Simon Charette
|
72d3889db4
Fixed #22350 -- Consistently serialize bytes and text in migrations.
|
11 лет назад |
Simon Charette
|
074d3183d9
Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.
|
11 лет назад |
Andrew Godwin
|
97a8fd4682
Fixed #21954: Raise nice error when serializing datetimes with timezones
|
11 лет назад |
Alex Gaynor
|
2ba09c000d
Added some missing whitespace around arithmetic operators
|
11 лет назад |
Markus Holtermann
|
047394f79c
Fixed #21852 -- Make migration writer serialize iterators
|
11 лет назад |
Loic Bistuer
|
374faa4721
Fixed #21323 -- Improved readability of serialized Operation.
|
11 лет назад |
Andrew Godwin
|
c9de1b4a55
Implement swappable model support for migrations
|
11 лет назад |
Aymeric Augustin
|
da16bb30ff
Dropped AppCache._empty, _with_app and _without_app.
|
11 лет назад |
Aymeric Augustin
|
2fef9e5375
Moved apps back in the toplevel django namespace.
|
11 лет назад |
Aymeric Augustin
|
2239081ff1
Expurged INSTALLED_APPS from code and tests.
|
11 лет назад |
Aymeric Augustin
|
f25fa9d859
Deprecated load_app().
|
11 лет назад |
Aymeric Augustin
|
4a56a93cc4
Moved the new app cache inside core.
|
11 лет назад |
Aymeric Augustin
|
8662654d6d
Removed module-level functions for the app cache.
|
11 лет назад |
Aymeric Augustin
|
9217b89da3
Removed BaseAppCache.app_store.
|
11 лет назад |
Aymeric Augustin
|
860c2c8bc5
Moved django.db.models.loading to django.apps.cache.
|
11 лет назад |