summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #27795 -- Removed force_bytes() usage in db/backends/base/schema.py.Jon Dufresne
2018-09-25Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py.Jon Dufresne
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-16Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...Mariusz Felisiak
2018-09-14Simplified introspection methods for PostgreSQL.Nick Pope
2018-09-14Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.Simon Charette
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-11Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...Tim Graham
2018-09-10Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy
2018-09-10Combined two identical SQLite functions.Nick Pope
2018-09-10Made some date parsing in SQLite functions more DRY.Nick Pope
2018-09-10Fixed #29243 -- Improved efficiency of migration graph algorithm.Krzysztof Gogolewski
2018-09-08Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
2018-08-31Refs #27795 -- Removed force_text() in Model._get_FIELD_display().Jon Dufresne
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-08-28Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.Jon Dufresne
2018-08-28Refs #27795 -- Removed force_bytes()/smart_text() from model fields.Jon Dufresne
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-22Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...Simon Willison
2018-08-22Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.Franck Michea
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-20Removed unused function argument from Window.as_sql().Mariusz Felisiak
2018-08-20Fixed #29625 -- Made Model.refresh_from_db() clear prefetch related caches.Ming Qin
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-17Refs #29015 -- Added database name to PostgreSQL database name too long excep...Jon Dufresne
2018-08-13Removed unused enumerate in django/db/models/sql/datastructures.py.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-10Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales
2018-08-07Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ...Raphael Michel
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2018-08-02Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-01Fixed typos in comments and docs.luz.paz
2018-08-01Simplified comment in BooleanField.to_python().Tim Graham
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-27Fixed #29595 -- Allowed using timedelta in migrations questioner.Tim Graham
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-07-25Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...Andrew Brown
2018-07-25Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.Mariusz Felisiak
2018-07-20Fixed #29568 -- Prevented unnecessary UPDATE queries creating child models.François Dupayrat
2018-07-19Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz
2018-07-19Refs #28862 -- Removed the FieldRelatedOptionOperation.reduce() optimization.Simon Charette
2018-07-19Fixed #26906 -- Reduced alter together operations code duplication.Simon Charette
2018-07-19Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.Simon Charette
2018-07-19Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.Simon Charette
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-07-16Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...Viktor Danyliuk