index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-29
2
-2
/
+2
*
[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
Paul Wayper
2019-03-18
1
-1
/
+5
*
[2.2.x] Fixed documentation of database representation for ManyToManyField.
Mariusz Felisiak
2019-02-25
1
-4
/
+3
*
[2.2.x] Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-07
1
-1
/
+3
*
[2.2.x] Corrected output of Prefetch.to_attr example.
Sergey Fedoseev
2019-01-31
1
-1
/
+1
*
[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.
Day Barr
2019-01-17
1
-1
/
+1
*
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-15
1
-8
/
+27
*
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
1
-2
/
+3
*
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
1
-2
/
+3
*
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
1
-3
/
+3
*
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-12
1
-0
/
+21
*
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-12
1
-0
/
+14
*
Fixed typos in docs/ref/models/constraints.txt.
Tim Graham
2019-01-10
1
-3
/
+4
*
Refs #28643 -- Added NullIf database function.
Mads Jensen
2019-01-10
1
-0
/
+19
*
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
Hasan Ramezani
2019-01-09
1
-0
/
+1
*
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
1
-1
/
+18
*
Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...
Paveł Tyślacki
2018-12-29
1
-0
/
+6
*
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-24
1
-12
/
+4
*
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-22
1
-2
/
+2
*
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Tim Graham
2018-11-27
1
-0
/
+2
*
Corrected Aggregate docs to reflect that it accepts multiple expressions.
Simon Charette
2018-11-27
2
-7
/
+7
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
3
-9
/
+9
*
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
1
-0
/
+25
*
Generalized check constraint docs for other constraints.
Simon Charette
2018-11-13
3
-13
/
+12
*
Corrected docs regarding RegisterLookupMixin subclasses.
Sergey Fedoseev
2018-11-12
1
-1
/
+1
*
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
1
-1
/
+42
*
Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
Andrea Rabbaglietti
2018-10-10
1
-0
/
+3
*
Clarified when QuerySet.select_for_update() locks.
ovalseven8
2018-10-03
1
-4
/
+10
*
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-10-02
2
-8
/
+8
*
Added tests for using bytearray with BinaryField and corrected docs.
Jon Dufresne
2018-10-01
1
-2
/
+2
*
Added test of filtering on BinaryField and corrected docs.
Jon Dufresne
2018-09-26
1
-3
/
+2
*
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
1
-3
/
+3
*
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-18
1
-0
/
+36
*
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-13
1
-1
/
+2
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
2
-6
/
+6
*
Fixed typo in docs/ref/models/fields.txt.
Matt Wiens
2018-08-28
1
-1
/
+1
*
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-08-23
1
-1
/
+2
*
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-18
2
-6
/
+39
*
Fixed #29646 -- Doc'd the validators that each model and form field uses.
Jeff
2018-08-16
1
-9
/
+31
*
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
1
-1
/
+11
*
Removed out of place sentence in QuerySet.count() docs.
Adam Johnson
2018-08-02
1
-1
/
+1
*
Fixed typos in comments and docs.
luz.paz
2018-08-01
1
-1
/
+1
*
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-30
1
-0
/
+10
*
Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Carlton Gibson
2018-07-26
1
-0
/
+5
*
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-07-25
1
-4
/
+13
*
Added doc links for django.utils.html.escape().
Claude Paroz
2018-07-18
1
-1
/
+1
*
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
3
-0
/
+67
*
Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.
Tim Graham
2018-07-09
1
-2
/
+3
*
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...
Mads Jensen
2018-07-05
1
-1
/
+1
*
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-05
1
-0
/
+457
[next]