index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
Age
Commit message (
Expand
)
Author
2020-07-28
[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...
Mariusz Felisiak
2020-07-28
[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...
Mariusz Felisiak
2020-07-16
[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.
Adam Johnson
2020-07-03
[3.1.x] Adjusted multi-db example to avoid confusion with DATABASES keys.
MansurAliKoroglu
2020-06-02
[3.1.x] Updated link to Celery.
David Smith
2020-06-01
[3.1.x] Made small improvement to docs/topics/db/multi-db.txt.
Nikita Sobolev
2020-05-29
[3.1.x] Changed some doc links to use intersphinx.
Jon Dufresne
2020-05-19
[3.1.x] Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
Carlton Gibson
2020-05-13
[3.1.x] Used :pep: role in various docs.
Nick Pope
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-01
Doc'd Meta inheritance from abstract parents.
Greg Kaleka
2020-04-29
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Hasan Ramezani
2020-04-04
Fixed #31423 -- Clarified nested atomic() example.
Simon Charette
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-17
Corrected outdated sentence in One-to-one relationships docs.
Philipp Bosch
2020-03-10
Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...
Adam Radwon
2020-03-09
Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.
Shrikrishna Singh
2020-03-06
Fixed #31342 -- Clarified docs about using base managers for related objects.
Carlton Gibson
2020-02-24
Fixed #31303 -- Removed outdated note about symmetrical intermediate table fo...
Matheus Cunha Motta
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-15
Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.
Mariusz Felisiak
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-12-23
Removed unnecessary code-block directives in various docs.
Jon Dufresne
2019-11-26
Used :ticket: role in all tickets links.
Sergey Fedoseev
2019-11-20
Fixed #27164 -- Fixed an example of using routers in multiple databases docs.
Caio Ariede
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-12
Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...
David Foster
2019-11-07
Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
René Fleschenberg
2019-11-04
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
Mariusz Felisiak
2019-10-30
Corrected error message in Many-to-many relationships docs.
Mariusz Felisiak
2019-10-14
Refs #26207 -- Removed obsolete note about slow constructing a model with def...
Simon Charette
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-08-20
Corrected typo in search docs. (#11673)
Dan Swain
2019-07-29
Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.
daniel a rios
2019-07-29
Refs #30656 -- Reorganized bulk methods in the database optimization docs.
daniel a rios
2019-06-24
Fixed typo in docs/topics/db/models.txt.
Meysam
2019-06-04
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...
Caio Ariede
2019-05-27
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-05-22
Fixed #30419 -- Favored Meta.indexes over Meta.index_together in optimization...
Akshesh
2019-05-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-04-13
Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.
Daniel Musketa
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
[next]