Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/schema/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Used SchemaEditor.delete_model() for teardown in schema t...Tim Graham2015-10-161-33/+27
* Refs #18081 -- Asserted db constraints are created for fk...Simon Charette2015-09-231-0/+30
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-0/+12
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+11
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-15/+17
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-18/+19
* Fixed #25128 -- Fixed SQLite SchemaEditor crash when addi...Tim Graham2015-07-151-5/+14
* Refs #25002 -- Supported textual to temporal column alter...Simon Charette2015-06-251-3/+38
* Fixed #25002 -- Used PostgreSQL column type alteration US...Simon Charette2015-06-221-0/+14
* Fixed #24972 -- Fixed removing unique_together indexes on...Adam Brenecki2015-06-151-2/+25
* Applied db_table conversion to fix schema tests on Oracle.Tim Graham2015-06-031-2/+3
* Fixed #24893 -- Fixed lack of unique constraint when chan...Tim Graham2015-06-021-0/+39
* Fixed #24892 -- Fixed quoting of SQL when renaming a fiel...Tim Graham2015-06-021-6/+22
* Fixed #24846 -- Added support to MySQL SchemaEditor for a...Adam Chainz2015-05-311-1/+20
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-281-2/+22
* Fixed #24812 -- Fixed app registry RuntimeWarnings in sch...Tim Graham2015-05-181-3/+10
* Fixed #24757 -- Recreated MySQL index when needed during ...Claude Paroz2015-05-151-0/+36
* Fixed #24595 Oracle test failureShai Berger2015-04-181-4/+21
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-0/+16
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-9/+9
* Fixed #24447 -- Made migrations add FK constraints for ex...Jean-Louis Fuchs2015-03-071-0/+39
* Fixed #24307: Avoided redundant column nullability modifi...Shai Berger2015-02-191-1/+32
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+11
* Fixed small regression caused by 0204714b0bdf10d7558ee106...Markus Holtermann2015-02-061-0/+8
* Cleaned up schema testsMarkus Holtermann2015-02-051-362/+290
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-311-0/+50
* Fixed #24104 -- Fixed check to look on field.many_to_many...Andriy Sokolovskiy2015-01-221-0/+45
* Refs #24163 -- Fixed failing Oracle test when migrating f...Markus Holtermann2015-01-201-24/+26
* Fixed #24163 -- Removed unique constraint after index on ...Markus Holtermann2015-01-191-3/+103
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-26/+26
* Fixed #23581 -- Prevented extraneous DROP DEFAULT stateme...Tim Graham2014-12-301-0/+4
* Fixed refs #23987 test on Oracle.Tim Graham2014-12-161-1/+1
* Fixed #23987 -- Made SQLite SchemaEditor always use effec...Andriy Sokolovskiy2014-12-151-0/+24
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Fixed #23920 -- Fixed MySQL crash when adding blank=True ...Tim Graham2014-12-041-1/+14
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23738 -- Allowed migrating from NULL to NOT NULL w...Markus Holtermann2014-10-311-1/+26
* Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham2014-10-231-0/+19
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-1/+34
* Fixed #22738 -- made finer distinctions for when Boolean ...Shai Berger2014-09-271-1/+1
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-9/+2
* Fixed #23065 -- Quoted constraint names in SQL generated ...Sergey Fedoseev2014-09-231-0/+50
* Removed unnecessary absolute_imports.Tim Graham2014-08-251-1/+0
* Fixed schema test for Oracle 11.2.0.1 which is used in Dj...Shai Berger2014-08-221-0/+3
* Fixed #23264: Schema backends honour db_constraintAndrew Godwin2014-08-091-2/+91
* Fixed #23091: CreateModel and AddField were clashing with...Andrew Godwin2014-08-041-0/+42
* Fixed #23009: Shorten FK identifiers in add_field and mak...Andrew Godwin2014-07-211-5/+26
* Fixed several flake8 errorsAlex Gaynor2014-06-181-1/+0
* Fix test breakage on MySQLAndrew Godwin2014-06-171-1/+3
* Fixed #22851: BinaryView wasn't getting a binary defaultAndrew Godwin2014-06-171-1/+21