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
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
2012-08-21
Fixed #18637 - Updated some documentation for aspects of models that are Mode...
Tim Graham
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-08
Fix #18062: Document best practices for choices in model fields.
James Bennett
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-03
Fixed #15932 - Documented how to supress multiple reverse relations to the sa...
Tim Graham
2012-07-24
Clarified default name of M2M relationship DB table.
Ramiro Morales
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-07
Removed Django 1.0-specific sections.
Aymeric Augustin
2012-07-01
Fixed #17436 - Added warning about overriding Model.__init__()
Tim Graham
2012-06-30
Fixed #18145 -- Improved documentation of unique_together type fields
Raúl Cumplido
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-09
Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...
Julien Phalip
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
2012-03-17
Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r1...
Claude Paroz
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-11
Fixed an inappropriate repetition. Thanks DanGer for the report.
Aymeric Augustin
2012-03-04
Documented a limit of the SQLite backend, in relation with the bulk_create fu...
Aymeric Augustin
2012-02-28
Fixed #17668 - prefetch_related does not work in in_bulk
Luke Plant
2012-02-21
Fixed a few typos in the aggregation functions reference.
Aymeric Augustin
2012-02-03
Edited models/options.txt changes from [17314]
Adrian Holovaty
[next]