index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_writer.py
Age
Commit message (
Expand
)
Author
2014-12-15
Fixed reverse test execution for migration manager tests
Markus Holtermann
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-03
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Gavin Wahl
2014-11-06
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...
Markus Holtermann
2014-09-29
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
Rudy Mutter
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
Loic Bistuer
2014-09-08
Fixed broken test from da160d440f; refs #23418.
Markus Holtermann
2014-09-08
Fixed #23418 -- Fail when migration deconstruct produces invalid import
Markus Holtermann
2014-08-19
Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
2014-07-24
Silenced a Python 2 ImportWarning in a migrations test.
Tim Graham
2014-07-04
Fixed #22943 -- Correctly serialize compiled regexes.
Simon Charette
2014-07-02
Fixed #22940 -- Added missing string iterpolation parameters in migrations.wr...
Colin Wood
2014-06-17
Fixed #22577: Python 3 broke on non-module migrations directory
Víðir Valberg Guðmundsson
2014-06-16
Fixed #22788 -- Ensured custom migration operations can be written.
Matthew Schinckel
2014-06-07
Fixed #22436: More careful checking on method ref'ce serialization
Andrew Godwin
2014-05-23
Fixed tuple serialization test.
Baptiste Mispelon
2014-05-22
Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.
Moayad Mardini
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-13
Fixed #22350 -- Consistently serialize bytes and text in migrations.
Simon Charette
2014-04-03
Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.
Simon Charette
2014-02-09
Fixed #21954: Raise nice error when serializing datetimes with timezones
Andrew Godwin
2014-01-22
Added some missing whitespace around arithmetic operators
Alex Gaynor
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Expurged INSTALLED_APPS from code and tests.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Removed BaseAppCache.app_store.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-10-21
Fixed #21275 -- Fixed a serializer error when generating migrations for contr...
Loic Bistuer
2013-10-19
Added support for serializing class methods. - Refs #21290.
Loic Bistuer
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-09-10
Made MigrationWriter look for a "deconstruct" attribute on functions.
Loic Bistuer
2013-09-06
Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...
Loic Bistuer
2013-08-31
Fixed #21008 -- Made MigrationWriter handle Promise objects.
Loic Bistuer
2013-08-23
Removed usage of u"" string prefix, which doesn't work on python3.2
Alex Gaynor
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-06-07
Field encoding
Andrew Godwin
2013-06-07
A bit of an autodetector and a bit of a writer
Andrew Godwin
[prev]