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-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
2012-01-21
Fixed #10139 -- Clarified that slicing an evaluated QuerySet returns a list, ...
Aymeric Augustin
2012-01-06
Moved misplaced documentation warning note about internal QuerySet query atri...
Ramiro Morales
2011-12-31
Fixed #640 - Documented that changing order_with_respect_to requires a schema...
Timo Graham
2011-12-31
Fixed #702 - Documented that ManyToMany fields can't be in unique_together; t...
Timo Graham
2011-12-30
Edited doc changes from [17244]
Adrian Holovaty
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-20
Fixed a typo in the model fields reference.
Aymeric Augustin
2011-11-24
Added warning about the performance of large IN clauses in prefetch_related docs
Luke Plant
2011-11-21
Fixed #17269 -- Corrected the model options doc to indicate that, since 1.4, ...
Julien Phalip
2011-11-19
Fix #15646: Document that a FileField's full path can't be relied upon until ...
Karen Tracey
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
[prev]
[next]