Историја ревизија

Аутор SHA1 Порука Датум
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. пре 5 година
  Mariusz Felisiak 343afa7880 Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on PostgreSQL. пре 5 година
  Claude Paroz b8dff52f44 Fixed #29823 -- Doc'd limitation of DecimalField on SQLite. пре 5 година
  Nick Pope 1c66767d4e Refs #27910 -- Improved documentation for model field choice enumeration types. пре 5 година
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. пре 5 година
  Shai Berger 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. пре 6 година
  Claude Paroz d1c2e6dd04 Refs #28428 -- Made FileField.upload_to support pathlib.Path. пре 5 година
  Nick Pope 194d1dfc18 Fixed #30661 -- Added models.SmallAutoField. пре 5 година
  Jon Dufresne 5ed20b3aa3 Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_class attribute. пре 5 година
  Nadège Michel 87b1ad6e73 Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField. пре 6 година
  Caio Ariede 5248abe9b0 Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations. пре 5 година
  Jon Dufresne e86cc14bd3 Changed docs to link to Python's description of iterable. пре 5 година
  Jon Dufresne 97d3321e89 Changed tuple choices to list in docs. пре 5 година
  Mykola Kokalko ef082ebb84 Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path. пре 5 година
  Mariusz Felisiak b0799f5d86 Fixed documentation of database representation for ManyToManyField. пре 6 година
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. пре 6 година
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. пре 6 година
  Andrea Rabbaglietti 1b49b792e9 Emphasized that ForeignKey.on_delete doesn't create a SQL constraint. пре 6 година
  Jon Dufresne b3b47bf515 Added tests for using bytearray with BinaryField and corrected docs. пре 6 година
  Jon Dufresne fb2964a410 Added test of filtering on BinaryField and corrected docs. пре 6 година
  Jon Dufresne 8c3e0eb1c1 Normalized spelling of "lowercase" and "lowercased". пре 6 година
  Curtis Maloney c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. пре 6 година
  Matt Wiens c122a7c53c Fixed typo in docs/ref/models/fields.txt. пре 6 година
  Jeff 3fa3de5415 Fixed #29646 -- Doc'd the validators that each model and form field uses. пре 6 година
  Claude Paroz 6e78e10549 Added doc links for django.utils.html.escape(). пре 6 година
  Tim Graham 8b1d361f28 Fixed #29549 -- Doc'd that Field.choices are enforced by model validation. пре 6 година
  Srinivas Reddy Thatiparthy 4c35a173e8 Fixed #29423 -- Documented Field.value_from_object(). пре 6 година
  Tim Graham e038f98bf3 Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related models. пре 6 година
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. пре 7 година
  Cameron Curry 622ead6aaf Fixed #28937 -- Allowed BinaryField to be editable=True. пре 7 година