Shai Berger 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. 6 年之前
..
class.txt 5b185ecc68 Fixed #22019 -- Added Model.objects reference documentation. 11 年之前
conditional-expressions.txt 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 5 年之前
constraints.txt 230d75f59c Refs #30547 -- Clarified that partial UniqueConstraints don't affect model validation. 5 年之前
database-functions.txt 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 6 年之前
expressions.txt 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 5 年之前
fields.txt 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. 5 年之前
index.txt 8eae094638 Generalized check constraint docs for other constraints. 6 年之前
indexes.txt febe136d4c Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints. 5 年之前
instances.txt 9aeac29949 Removed unnecessary backslashes from docs. 5 年之前
lookups.txt 03db5fddfd Fixed typos in docs, comments, and exception messages. 6 年之前
meta.txt 2d6776ffe0 Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field(). 6 年之前
options.txt 514efa3129 Fixed #30688 -- Clarified base_manager_name docs. 5 年之前
querysets.txt 29adcd215f Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in the database. 5 年之前
relations.txt a44a21a22f Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to. 5 年之前