Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/base
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-251-16/+24
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-1/+1
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-111-2/+2
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+4
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-0/+14
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-4/+48
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-1/+1
* 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
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+4
* Fixed #19542: Made mirroring databases for tests work wit...Shai Berger2015-06-051-0/+7
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-0/+7
* Fixed #24893 -- Fixed lack of unique constraint when chan...Tim Graham2015-06-021-1/+3
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-0/+6
* Fixed #24699 -- Added aggregate support for DurationField...Josh Smeaton2015-05-311-3/+0
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-281-6/+9
* Dropped the needs_datetime_string_cast feature.Aymeric Augustin2015-05-171-3/+0
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-0/+57
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-14/+14
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-0/+23
* Normalized the implementation of get_db_converters.Aymeric Augustin2015-05-171-2/+3
* Fixed #24791 -- Added fallback when 'postgres' database i...Claude Paroz2015-05-151-1/+1
* Fixed #24757 -- Recreated MySQL index when needed during ...Claude Paroz2015-05-151-18/+13
* Fixed #24649 -- Allowed using Avg aggregate on non-numeri...Tim Graham2015-04-251-0/+3
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-251-2/+2
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-21/+33
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-0/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-35/+35
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+2
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-231-5/+3
* Fixed #24447 -- Made migrations add FK constraints for ex...Jean-Louis Fuchs2015-03-071-3/+3
* Fixed MySQL build failure introduced by refs #24390.Tim Graham2015-03-021-1/+1
* Fixed #24390 -- Made migration index names deterministic.László Károlyi2015-03-021-1/+1
* Fixed signature of BaseDatabaseOperations.date_interval_s...Michael Manfre2015-02-231-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Fixed #24307: Avoided redundant column nullability modifi...Shai Berger2015-02-191-1/+5
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-2/+1
* Fixed E265 comment styleCollin Anderson2015-02-061-12/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-7/+4
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-311-0/+3
* Removed threading fallback imports.Tim Graham2015-01-281-4/+1
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-272-10/+18
* Fixed #24104 -- Fixed check to look on field.many_to_many...Andriy Sokolovskiy2015-01-221-3/+2
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24163 -- Removed unique constraint after index on ...Markus Holtermann2015-01-191-12/+12
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-298/+1
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-0/+1