Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/field_deconstruction
Commit message (Expand)AuthorAgeFilesLines
* Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann2015-08-281-8/+10
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-16/+20
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-14/+14
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
* Refs #24483 -- Added a test for deconstruction of Field.c...Tim Graham2015-03-181-0/+7
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+1
* Revert "Fixed #23455 -- Forced related_name to be a unico...Carl Meyer2014-12-121-12/+0
* Fixed #23455 -- Forced related_name to be a unicode strin...Markus Holtermann2014-09-251-0/+14
* Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin2014-08-151-0/+12
* Added missing logic to TimeField.deconstruct().Baptiste Mispelon2014-08-031-0/+17
* Fixed #23156 -- Added missing BinaryField.deconstruct() m...Baptiste Mispelon2014-08-031-0/+7
* Fixed #23101 db_table wasn't copied in deconstructAbraham Martin2014-07-261-0/+6
* Fixed #20631 -- Increased the default EmailField max_leng...Tim Graham2014-07-041-1/+1
* Fixed #22889: Unneeded to_field in fk.deconstruct causing...Andrew Godwin2014-06-241-0/+9
* Appeased flake8.Aymeric Augustin2014-05-081-1/+0
* Fixed #22337: FileSystemStorage marked as deconstructible...Andrew Godwin2014-05-071-0/+2
* Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz2014-05-061-3/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22272 -- Fixed regression in DecimalField when usi...Baptiste Mispelon2014-03-141-0/+10
* 4 flake8 warning fixesAlex Gaynor2014-03-091-1/+0
* Fixed #22183: Through M2Ms now correctly handledAndrew Godwin2014-03-091-0/+6
* Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin2014-03-081-4/+15
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-1/+43
* Fixed #21785: Bad handling of both auto_now and _add on d...Andrew Godwin2014-01-171-0/+6
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
* Ported over Field.deconstruct() from my schema alteration...Andrew Godwin2013-06-283-0/+253