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-08-04
[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...
Daniele Procida
2013-07-12
[1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...
Tim Graham
2013-07-12
[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor doc
Christopher Medrela
2013-07-11
[1.5.x] Fixed #20053 -- Fixed `index_together` documentation
Johan Charpentier
2013-07-04
[1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...
Tim Graham
2013-06-21
[1.5.x] Fixed #19881 -- Documented that get_next/previous_by_FOO uses default...
James Bennett
2013-05-18
[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ...
Erik Romijn
2013-05-14
[1.5.x] Fixed a minor spelling mistake in the queryset documentation
Wilfred Hughes
2013-05-12
[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentation
Simeon Visser
2013-04-11
[1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists.
Tim Graham
2013-04-11
[1.5.x] Removed incorrect phrase from DecimalField docs
Andrew Badr
2013-03-22
[1.5.x] Added missing markup to docs.
Tim Graham
2013-02-16
[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...
Tim Graham
2013-01-15
[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-07
[1.5.x] Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-25
[1.5.X] Fixed more broken links. refs #19516
Tim Graham
2012-11-28
[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.
Jason Yan
2012-11-22
[1.5.X] Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-11-22
[1.5.X] Documented behavior of get_or_create when multiple objects are returned.
Tim Graham
2012-11-19
[1.5.X] Fixed typo in docs/ref/models/querysets.txt
Anton Danilchenko
2012-11-09
[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fix
Tim Graham
2012-11-05
[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...
Tim Graham
2012-11-04
[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 9577...
Alex Gaynor
2012-11-04
[1.5.x] Merge pull request #493 from edavis/fix-get-foo-display-docs
Alex Gaynor
2012-11-04
[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...
Alex Gaynor
2012-11-03
[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...
Ulrich Petri
2012-11-02
[1.5.x] Deprecated depth kwarg on select_related.
Preston Holmes
2012-10-20
Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver cachi...
Tim Graham
2012-10-18
Fixed #18046 - Documented than an index is created by default for ForeignKeys...
Tim Graham
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
Tim Graham
2012-10-05
Merge pull request #425 from Osmose/queryset_doc_typo
Preston Holmes
2012-10-05
Fixed typo in queryset docs under update method.
Michael Kelly
2012-10-03
Fixed #18413 - Noted that a model's files are not deleted when the model is d...
Tim Graham
2012-09-30
Corrected links to only()/defer() in Model documentation
Anssi Kääriäinen
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-19
Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...
Tim Graham
2012-09-15
Clearer wording for defer docs
Preston Holmes
2012-09-08
Updated print statements to work with py3; thanks Claude Paroz noting this.
Tim Graham
2012-09-08
Fixed #18478 - Documented how to use a mutable default in a model field.
Tim Graham
2012-09-08
Fixed #17156 -- Added documentation examples for exists()
Tim Graham
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-09-07
specify any orderable field can be specified in get_latest_by, closes #18875
Dan Loewenherz
2012-09-05
Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
Tim Graham
2012-08-30
Fixed #18883 -- added a missing self parameter in the docs
Alex Gaynor
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-26
Fixed typo in model fields reference docs.
Ramiro Morales
[next]