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-25
[1.6.x] Fixed #21507 -- Corrected default widget information for FileField
Ludwik Trammer
2013-11-21
[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docs
Markus Amalthea Magnuson
2013-11-18
[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-10-23
Fixed #13245: Explained Oracle's behavior w.r.t db_table
Shai Berger
2013-10-18
[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.
Juergen Schackmann
2013-10-02
[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-21
[1.6.x] Correct very minor typo
mlissner
2013-09-13
[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.
Matt Austin
2013-09-09
[1.6.x] Fixed spelling; refs #16895.
Tim Graham
2013-09-09
[1.6.x] 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-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
[1.6.x] Fixed typo in docs/ref/models/options.txt
Tim Graham
2013-08-30
[1.6.x] Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-21
[1.6.x] Documentation -- Corrected error about Model.full_clean()
Kevin Christopher Henry
2013-08-20
[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.
Kevin Christopher Henry
2013-08-08
[1.6.x] Added note to GenericIPAddressField documentation
Christopher Medrela
2013-08-05
[1.6.x] Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-08-04
[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...
Daniele Procida
2013-08-01
[1.6.x] Removed unused model option "admin"
Tim Graham
2013-07-12
[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...
Tim Graham
2013-07-12
[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor doc
Christopher Medrela
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
[1.6.x] Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ...
Tim Graham
2013-07-04
[1.6.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...
Tim Graham
2013-06-27
Docs for related_query_name
Andrew Godwin
2013-06-21
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
James Bennett
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-28
Fixed #20228 - Documented unique_for_date and exclude behavior.
Tim Graham
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-27
Fix #20505: Typo in BinaryField documentation.
Baptiste Mispelon
2013-05-21
Slightly reworded 'last()' docs.
Selwin Ong
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-19
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...
Pablo Recio
2013-05-19
Merge pull request #1129 from frog32/master
Marc Tamlyn
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-18
Merge branch 'allow-any-iterable-for-choices'
Donald Stufft
2013-05-18
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
Erik Romijn
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-18
Fixed #20408 -- Clarified that values_list() doesn't return a list.
Aymeric Augustin
2013-05-14
Merge pull request #1039 from cannona/master
Tim Graham
2013-05-14
Fixing a minor spelling mistake in the queryset documentation
Wilfred Hughes
2013-05-12
Fixed #20397 - Cleaned up issue with quotation marks in documentation
Simeon Visser
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-05-03
Added clarification to the docs, pointing out that unique_for_date only consi...
Aaron Cannon
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-11
Fixed #20243 - Clarified when RelatedManager.remove() exists.
Tim Graham
2013-04-11
remove confusing phrase from DecimalField docs
Andrew Badr
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
[next]