Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/schema
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
* Fix import sorting problem.Aymeric Augustin2015-09-211-3/+2
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-2/+2
* 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-282-23/+27
* Fixed #25128 -- Fixed SQLite SchemaEditor crash when addi...Tim Graham2015-07-152-5/+22
* 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-152-2/+34
* 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-022-0/+40
* Fixed #24892 -- Fixed quoting of SQL when renaming a fiel...Tim Graham2015-06-022-6/+30
* Fixed #24846 -- Added support to MySQL SchemaEditor for a...Adam Chainz2015-05-312-1/+29
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-282-2/+30
* 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 #24658 -- Added missing Meta attribute in schema testsClaude Paroz2015-04-191-0/+3
* 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-252-14/+15
* 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
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelate...Loic Bistuer2015-02-161-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-8/+13
* Fixed small regression caused by 0204714b0bdf10d7558ee106...Markus Holtermann2015-02-061-0/+8
* Cleaned up schema testsMarkus Holtermann2015-02-053-431/+315
* 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-222-0/+99
* 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-192-3/+113
* 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-042-1/+18
* 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-312-1/+34
* 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-092-2/+100
* Fixed #23091: CreateModel and AddField were clashing with...Andrew Godwin2014-08-041-0/+42