Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* | Added tests for MTI in RunPython.Loic Bistuer2014-03-041-3/+50
* | Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-1/+2
* | Fixed #22168 -- Fixed migrations failing on sqlite when c...Baptiste Mispelon2014-03-011-0/+17
* | Two whitespace changes to appease flake8Alex Gaynor2014-02-231-1/+1
* | Fixed #22095 -- Enabled backward migrations for RunPython...Andrew Gorcester2014-02-231-4/+20
|/
* Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin2014-02-171-0/+20
|\
| * Fixed #22030 -- Don't assume that all fields have a swapp...Baptiste Mispelon2014-02-131-0/+20
* | Fixed #22035 -- reordered migration operationsAnton Baklanov2014-02-151-0/+19
|/
* Removed test for migration check forgotten in 7e941ba67ce...Baptiste Mispelon2014-02-131-43/+0
* Fix my slightly hasty autodetector changesAndrew Godwin2014-02-121-2/+2
* Fixed #21954: Raise nice error when serializing datetimes...Andrew Godwin2014-02-091-0/+3
* Removed unused imports + other flake8 fixes.Tim Graham2014-02-092-1/+2
* Fixed #21892: RunPython no longer accepts stringsAndrew Godwin2014-02-091-16/+7
* Adding tests for check_migrations.mlavin2014-02-081-0/+43
* Fix regress added to migrations.test_operations.test_alte...Michael Manfre2014-02-021-1/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-022-50/+57
* Added some missing whitespace around arithmetic operatorsAlex Gaynor2014-01-221-1/+1
* Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann2014-01-221-0/+7
* Fixed a small collection of flake8 violations that had sn...Alex Gaynor2014-01-202-1/+2
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+16
* Remove other unicode literalAndrew Godwin2014-01-191-1/+1
* Remove unicode prefix that snuck inAndrew Godwin2014-01-191-1/+1
* Fixed #21664: Multi-table inheritance was duplicating _pt...Andrew Godwin2014-01-192-1/+62
* Fixed #21783: (again) Found second source of bug, also sq...Andrew Godwin2014-01-191-0/+8
* Fixed #21323 -- Improved readability of serialized Operat...Loic Bistuer2014-01-191-1/+14
* Implement swappable model support for migrationsAndrew Godwin2014-01-192-4/+28
* Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin2014-01-081-1/+1
* Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin2014-01-084-2/+51
* Populated Apps instances immediately by default.Aymeric Augustin2013-12-301-3/+3
* Used Apps.clear_cache() in tests that alter the app regis...Aymeric Augustin2013-12-291-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-245-49/+49
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-233-4/+4
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-224-4/+4
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-8/+7
* Deprecated load_app().Aymeric Augustin2013-12-221-5/+5
* Refactored registration of models.Aymeric Augustin2013-12-221-0/+1
* Deborgified the app cache.Aymeric Augustin2013-12-172-13/+13
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Moved the new app cache inside core.Aymeric Augustin2013-12-174-4/+4
* Simplified register_models.Aymeric Augustin2013-12-171-2/+2
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-172-4/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-173-10/+11
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-172-15/+7
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-174-5/+5
* Fix altering of SERIAL columns and InnoDB being picky abo...Andrew Godwin2013-12-111-1/+56
* Fixed ModelState breaking when unique_together has unhash...Baptiste Mispelon2013-12-061-1/+1
* Fixed TypeError when rendering ModelState with multiple b...Baptiste Mispelon2013-12-061-11/+37
* Fixed a flake8 errorAlex Gaynor2013-12-051-1/+1