Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24791 -- Added fallback when 'postgres' database i...Claude Paroz2015-05-152-1/+27
* Fixed #24757 -- Recreated MySQL index when needed during ...Claude Paroz2015-05-152-18/+31
* Allowed using the sqlite3 backend as much as possible wit...Milan Broum2015-05-041-1/+4
* Fixed #24649 -- Allowed using Avg aggregate on non-numeri...Tim Graham2015-04-252-0/+4
* 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-173-24/+47
* Fixed #24637 -- Fixed database introspection with SQLite ...peterfarrell2015-04-141-1/+4
* Fixed #24584 -- Fixed microsecond handling with older MyS...Jon Dufresne2015-04-061-1/+7
* Cleaned up use of context manager in SQLite schema editorAlex Hill2015-04-031-17/+15
* Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy2015-03-311-2/+0
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-302-0/+2
* Fixed #24394 -- Allowed running tests with empty default ...Andrei Kulakov2015-03-252-2/+7
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-256-52/+52
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+2
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-232-5/+5
* Explicitly disable FK constraints in SQLite editorAlex Hill2015-03-211-0/+17
* Safer table alterations under SQLiteAlex Hill2015-03-211-10/+35
* 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-204-16/+16
* Fixed #24307: Avoided redundant column nullability modifi...Shai Berger2015-02-191-1/+5
* Removed unused foreign_key_re variables in MySQL/Oracle D...Adam Chainz2015-02-182-6/+0
* Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend...Tim Graham2015-02-171-1/+1
* Fixed #24335 -- Bumped required psycopg2 version to 2.4.5...Tim Graham2015-02-171-26/+18
* Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin2015-02-141-4/+1
* Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin2015-02-141-19/+18
* Fixed #24318 -- Set the transaction isolation level with ...Aymeric Augustin2015-02-141-5/+23
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-2/+1
* Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton2015-02-103-5/+6
* Fixed isort import that's inconsistent between platforms.Loic Bistuer2015-02-101-2/+1
* Unified local imports in django.db.backends.mysql.я котик пур-пур2015-02-091-1/+1
* Fixed E265 comment styleCollin Anderson2015-02-061-12/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0620-61/+55
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-314-14/+33
* Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham2015-01-311-7/+0
* Fixed #24164 -- Fixed Oracle GIS limited aggregation test...Tim Graham2015-01-301-6/+11
* Removed threading fallback imports.Tim Graham2015-01-281-4/+1
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-274-20/+34
* Fixed #24104 -- Fixed check to look on field.many_to_many...Andriy Sokolovskiy2015-01-222-8/+6
* 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-184-374/+1
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-0/+1
* Removed BaseDatabaseValidation.validate_field() per depre...Tim Graham2015-01-171-30/+1
* Required sqlparse for SQL splitting per deprecation timel...Tim Graham2015-01-172-16/+7
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+0