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
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
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
Fixed #20777 -- Admin proxy model deletion regression
Anssi Kääriäinen
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-09
Fixed #9057 -- Added default_permissions model meta option.
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-07
Merge pull request #1453 from chrismedrela/ticket20484-improvement
Preston Holmes
2013-08-07
Fixed #20484 again -- added note to field documentation
Christopher Medrela
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-05
Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-08-04
Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_re...
Daniele Procida
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-08-01
Removed unused model option "admin"
Tim Graham
2013-07-31
Fixed #20649 -- Allowed blank field display to be defined in the initial list...
Alex Couper
2013-07-31
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Loic Bistuer
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
[prev]
[next]