summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2019-01-30[2.1.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2018-12-17[2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...Simon Charette
2018-12-07[2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette
2018-12-05[2.1.x] Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with m...Tim Graham
2018-10-28[2.1.x] Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing ...Tim Graham
2018-10-25[2.1.x] Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev
2018-10-24[2.1.x] Fixed F841 flake8 warning.Mariusz Felisiak
2018-10-09[2.1.x] Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-10-09[2.1.x] Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-03Revert "[2.1.x] Refs #27795 -- Removed force_bytes() usage in MySQL backend."Carlton Gibson
2018-10-03[2.1.x] Refs #27795 -- Removed force_bytes() usage in MySQL backend.Jon Dufresne
2018-09-26[2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns w...Mariusz Felisiak
2018-09-26[2.1.x] Made DatabaseWrapper.oracle_version() return a full version tuple.Mariusz Felisiak
2018-09-25[2.1.x] Fixed #29778 -- Fixed quoting of unique index names.Oleg
2018-09-16[2.1.x] Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert...Mariusz Felisiak
2018-09-14[2.1.x] Fixed #29755 -- Made migrations detect changes to Meta.default_relate...Simon Charette
2018-09-11[2.1.x] Fixed #29749 -- Made the migrations loader ignore files starting with...Tim Graham
2018-09-08[2.1.x] Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
2018-08-29[2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or...Mariusz Felisiak
2018-08-17[2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too lo...Jon Dufresne
2018-08-10[2.1.x] Fixed #29653 -- Fixed missing related_query_name reverse accessor if ...Ramiro Morales
2018-08-03[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists a...Mariusz Felisiak
2018-08-02[2.1.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-07-23[2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....Tim Graham
2018-07-18[2.1.x] Removed duplicate words in various comments.Mariusz Felisiak
2018-07-05[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-06-20[2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-20[2.1.x] Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
2018-06-17[2.1.x] Fixed #29496 -- Fixed crash on Oracle when converting a non-unique fi...Mariusz Felisiak
2018-06-15[2.1.x] Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run...Jeff
2018-05-29[2.1.x] Refs #28748 -- Reallowed lazy model field choices.Tim Graham
2018-05-27[2.1.x] Fixed #29230 -- Fixed nested prefetches that clash with descriptors.Paulo
2018-05-27[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...Mariusz Felisiak
2018-05-26[2.1.x] Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-18[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...bakabiko
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-14Refs #28834 -- Moved ancestor field cached value fallback to related fields d...Paulo
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-08Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.Tim Graham
2018-05-05Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-04-28Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.Mariusz Felisiak
2018-04-28Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop
2018-04-27Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena
2018-04-27Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha
2018-04-20Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...orlnub123
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-19Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer