can
|
7d3b3897c1
Refs #29738 -- Allowed registering serializers with MigrationWriter.
|
6 years ago |
Tim Graham
|
8f4eee1777
Moved django.db.migrations.writer.SettingsReference to django.conf.
|
6 years ago |
Dakota Hawkins
|
8d3147e130
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
|
6 years ago |
Patrik Sletmo
|
adfdb9f169
Fixed #29814 -- Added support for NoneType serialization in migrations.
|
6 years ago |
Tim Graham
|
c72dde41e6
Fixed #29595 -- Allowed using timedelta in migrations questioner.
|
6 years ago |
Sergey Fedoseev
|
338f741c5e
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
|
6 years ago |
Sergey Fedoseev
|
183fb7b2b9
Fixed #28870 -- Added support for functools.partialmethod serialization in migrations.
|
7 years ago |
Tim Graham
|
941b0a5b33
Fixed #28708 -- Added constants to detect the Python version.
|
7 years ago |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 years ago |
Jon Dufresne
|
f599747fc8
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
7 years ago |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
Tim Graham
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
8 years ago |
Mariusz Felisiak
|
c22212220a
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
|
8 years ago |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 years ago |
Claude Paroz
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 years ago |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 years ago |
Tim Graham
|
109b33f64c
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
|
8 years ago |
Claude Paroz
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 years ago |
Tim Graham
|
9ee47ce7b4
Refs #23919 -- Removed enum ImportError handling for Python 2.
|
8 years ago |
Simon Charette
|
9695b14982
Refs #23919 -- Removed str() conversion of type and method __name__.
|
8 years ago |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 years ago |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
Tim Graham
|
b5f0b3478d
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
8 years ago |
Ramin Farajpour Cami
|
0a63ef3f61
Fixed #27463 -- Fixed E741 flake8 warnings.
|
8 years ago |
Maxime Lorant
|
cb3fb34b86
Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.
|
8 years ago |
Claude Paroz
|
979ea95608
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
|
8 years ago |
Tim Graham
|
49412f55a5
Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.
|
8 years ago |