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
/
ref
/
models
Age
Commit message (
Expand
)
Author
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-23
Fixed #21865 -- Incorrect signs in documented example.
Marc Tamlyn
2014-01-23
Fixed #21864 -- Fixed missing quote in custom lookup example.
Baptiste Mispelon
2014-01-23
Fixed some punctuation; thanks Chris Jerdonek.
Tim Graham
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-18
Fixed typos spotted by Claude Paroz
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-16
Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.
Tim Graham
2014-01-16
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Tim Graham
2014-01-01
Updated release notes on app_label.
Aymeric Augustin
2013-12-18
Fixed #21632 -- Docs: Removed example with callable as query parameter
Kevin Christopher Henry
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-12-15
Fix docs typo
Andrew Godwin
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-26
Fixed a typo in the documentation
Alex Gaynor
2013-11-25
Fixed #21507 -- Corrected default widget information for FileField
Ludwik Trammer
2013-11-23
Add missing commas in Prefetch docs
Thomas Orozco
2013-11-23
Fixed #21491 -- Removed documented workaround for a known issue.
Loic Bistuer
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-11-21
Fixed #21427 -- Clearly state integer field value ranges in docs
Markus Amalthea Magnuson
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-06
Fixed typos in documentation.
Baptiste Mispelon
2013-10-28
Fixed #21344 -- Typo in docs/ref/models/queries.txt
Tim Graham
2013-10-23
Fixed #13245: Explained Oracle's behavior w.r.t db_table
Shai Berger
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-18
Fixed #21212 -- Documented the reverse name for OneToOneField.
Juergen Schackmann
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-10-11
Fixed #8918 -- Made FileField.upload_to optional.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-02
Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-21
Correct very minor typo
mlissner
2013-09-13
Fixed #21095 -- Documented new requirement for dates lookups.
Matt Austin
2013-09-09
Fixed spelling; refs #16895.
Tim Graham
2013-09-09
Fixed #16895 -- Warned about cost of QuerySet ordering
e0ne
2013-09-07
Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.
Aymeric Augustin
2013-09-06
Merge pull request #1567 from technivore/ticket_20970
Tim Graham
2013-09-06
re-indented method documentation within RelatedManager
Matthew Rich
2013-09-06
Merge pull request #1544 from evildmp/ticket_20920_rebase
Daniele Procida
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-09-06
documented RelatedManager calling save() behind the scenes, added section on ...
Matthew Rich
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
Fixed typo in docs/ref/models/options.txt
Tim Graham
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-21
Documentation - Noted that OneToOneField doesn't respect unique.
Kevin Christopher Henry
2013-08-21
Documentation -- Corrected error about Model.full_clean()
Kevin Christopher Henry
2013-08-20
Documentation - Noted that OneToOneField doesn't respect unique.
Kevin Christopher Henry
[next]