Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-221-10/+8
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-091-0/+3
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-3/+5
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-271-17/+35
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-255-22/+38
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-225-17/+19
* 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
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-1/+2
* 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
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+3
* Fixed #25180 -- Prevented varchar_patterns_ops and text_p...Caio Ariede2015-08-151-0/+5
* Refs #25175 -- Added backwards compatibility for importin...Caio Ariede2015-08-0710-0/+9
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-0710-0/+0
* Fixed #25128 -- Fixed SQLite SchemaEditor crash when addi...Tim Graham2015-07-151-3/+3
* Fixed #23658 -- Provided the password to PostgreSQL dbshe...Jean-Michel Vourgère2015-07-011-10/+57
* Removed datetime_cast_sql, which is never overridden or u...Shai Berger2015-06-301-9/+0
* Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme2015-06-301-2/+66
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-11/+13
* Refs #25002 -- Supported textual to temporal column alter...Simon Charette2015-06-251-12/+27
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-244-10/+10
* Fixed #25002 -- Used PostgreSQL column type alteration US...Simon Charette2015-06-221-0/+3
* Changed Oracle's test-database-creation to use an explici...Shai Berger2015-06-201-6/+33
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-9/+11
* Removed support for Python 3.3.Tim Graham2015-06-181-3/+2
* Fixed #24972 -- Fixed removing unique_together indexes on...Adam Brenecki2015-06-151-4/+2
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-1/+1
* Imported sqlite3 instead of _sqlite3Sagar Mittal2015-06-061-3/+3
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-052-0/+5
* Fixed #19542: Made mirroring databases for tests work wit...Shai Berger2015-06-052-0/+15
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-053-0/+25
* Fixed #24893 -- Fixed lack of unique constraint when chan...Tim Graham2015-06-021-1/+3
* Fixed #24892 -- Fixed quoting of SQL when renaming a fiel...Tim Graham2015-06-021-8/+8
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-026-49/+68
* Fixed #24699 -- Added aggregate support for DurationField...Josh Smeaton2015-05-313-4/+24
* Fixed #24846 -- Added support to MySQL SchemaEditor for a...Adam Chainz2015-05-311-3/+10
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-282-9/+23
* Well, what should I say: UPS.Florian Apolloner2015-05-241-1/+0
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+1
* Dropped the needs_datetime_string_cast feature.Aymeric Augustin2015-05-173-5/+0
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-177-11/+70
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-175-25/+25
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-175-40/+52
* Normalized the implementation of get_db_converters.Aymeric Augustin2015-05-174-35/+40
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-177-45/+35