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-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-18
[1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from Mode...
Tim Graham
2014-04-10
[1.7.x] Documentation fixes for the select_for_update change.
Shai Berger
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-04-08
[1.7.x] Fixed #22405 -- Fixed string error in models/queries docs.
Anubhav Joshi
2014-03-24
[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...
Adam Kaliński
2014-03-21
[1.7.x] Replaced an instance of PIL with Pillow in the docs.
Tim Graham
2014-03-21
[1.7.x] Fixed minor syntax error in Queryset docs
Bryan Helmig
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Fixed #22145 -- Clarified docs on Field.blank and Field.null options.
navneet suman
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-15
Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup type
chomik
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-09
Removed double word in model docs
Claude Paroz
2014-02-08
Removed extra backquote in field docs
Claude Paroz
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
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
[next]