Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-192-27/+81
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+17
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+6
* Refs #17785 -- Made docstring for sqlite3's get_relations...Hynek Cernoch2015-09-181-3/+2
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-0/+33
* Removed the unused JoinPromoter.outer_votes attribute.Simon Charette2015-09-171-8/+6
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-171-5/+3
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-142-2/+10
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-1/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-123-9/+28
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+7
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+3
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-112-3/+3
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-104-0/+7
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-0/+14
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-094-4/+146
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-3/+36
* Fixed typos in django/db/models/query.py docstrings.Nick Pope2015-09-071-2/+2
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-1/+1
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-051-1/+2
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-1/+4
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-031-5/+2
* Fixed #25335 -- Fixed regression where QuerySet.iterator(...Gavin Wahl2015-09-031-14/+14
* Removed obsolete TODO about moving CommaSeparatedIntegerF...Tim Graham2015-09-011-1/+0
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-3/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-315-6/+3
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-1/+8
* Fixed #25252 -- Added friendly error message on incorrect...Y3K2015-08-311-0/+4
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-273-41/+69
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-272-12/+3
* Fixed #25280 -- Properly checked regex objects for equali...Markus Holtermann2015-08-273-3/+17
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-2/+2
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-1/+7
* Fixed #24951 -- Fixed AssertionError in delete queries in...Tim Graham2015-08-201-1/+1
* Fixed #25180 -- Prevented varchar_patterns_ops and text_p...Caio Ariede2015-08-151-0/+5
* Fixed #24986 -- Added support for annotations in DISTINCT...Valentina Mukhamedzhanova2015-08-152-3/+15
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-10/+20
* Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova2015-08-142-6/+6
* Fixed #25239 -- Corrected makemigrations numbering if a m...Caio Ariede2015-08-141-2/+3
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-2/+6
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-102-8/+25
* Refs #25175 -- Added backwards compatibility for importin...Caio Ariede2015-08-0710-0/+9
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-0711-2/+10
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-8/+0
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-291-0/+17
* Fixed #25186 -- Improved migration's serialization of bui...Piper Merriam2015-07-291-0/+3
* Adjusted SQLCompiler.get_order_by()'s docstring return va...risicle2015-07-281-1/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-11/+32
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+67
* Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler2015-07-271-2/+2