| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-25 | [1.11.x] Removed nonexistent methods from File's docs. | Josh Schneier | |
| read() and write() were removed in 68a890e79f660484d05482902663b6168f0bd71e. Backport of 98ee57e343206ef553de78b22be5e9a6dacb5060 from master | |||
| 2017-04-10 | [1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't ↵ | Taavi Teska | |
| propagate to forms. Backport of 5dbf1c4b23cda915369f4895be293369575238d0 from master | |||
| 2017-03-20 | [1.11.x] Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master | |||
| 2017-01-25 | [1.11.x] Bumped MySQLdb version requirement to 1.2.3. | Tim Graham | |
| Older versions don't support Python 2.7. Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master | |||
| 2016-11-21 | Fixed #27511 -- Corrected Field.related_model docs about GenericRelation. | Tim Graham | |
| 2016-11-15 | Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique. | Jonatas CD | |
| 2016-10-28 | Fixed #27188 -- Allowed using unique=True with FileField. | Michael Scott | |
| Thanks Tim Graham for the initial patch. | |||
| 2016-09-17 | Corrected docs for return type of Field.formfield(). | zhuanyenan | |
| 2016-08-15 | Made cosmetic edits to Field.default docs. | Victor Oliveira da Silva | |
| 2016-06-13 | Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL. | Jon Dufresne | |
| Previously, empty values were saved as strings. | |||
| 2016-06-03 | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-05-07 | Fixed #26508 -- Clarified docs for various FieldFile methods. | Tobias McNulty | |
| 2016-05-04 | Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() | Claude Paroz | |
| Thanks Tim Graham for completing the initial patch. | |||
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-03-12 | Fixed #26239 -- Added a note about how auto_now works with QuerySet.update(). | Duane Hilton | |
| 2016-03-02 | Fixed #26285 -- Deprecated the MySQL-specific __search lookup. | Marc Tamlyn | |
| 2016-02-29 | Fixed #26186 -- Documented how app relative relationships of abstract models ↵ | Simon Charette | |
| behave. This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e. Thanks Tim for the review. Refs #25858. | |||
| 2016-02-27 | Fixed #26230 -- Made default_related_name affect related_query_name. | chenesan | |
| 2016-02-21 | Fixed #26238 -- Raised explicit error for non-editable field in ModelForm | Claude Paroz | |
| Thanks Luke Crouch for the report and Simon Charette for the review. | |||
| 2016-02-10 | Fixed #26154 -- Deprecated CommaSeparatedIntegerField | Brobin | |
| 2016-02-01 | Unified some doc links to OneToOneField and ManyToManyField. | Tim Graham | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-28 | Fixed #25354 -- Added class/app_label interpolation for related_query_name. | James Pulec | |
| 2015-12-25 | Fixed #14286 -- Added models.BigAutoField. | Alexander Sosnovskiy | |
| 2015-12-24 | Discouraged use of /tmp with predictable names. | Chris Lamb | |
| The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. | |||
| 2015-12-04 | Fixed #13774 -- Added models.Field.rel_db_type(). | Alexander Sosnovskiy | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-24 | Clarified default value for DateField to emulate auto_now_add. | Bulgantamir Gankhuyag | |
| 2015-11-19 | Corrected GenericIPAddressField protocol parameter doc. | areski | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-08-10 | Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() | Tim Graham | |
| This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. | |||
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-07-27 | Fixed #25159 -- Removed brackets from class/function/method signatures in docs. | Tim Graham | |
| Thanks hellbeast for the initial patch. | |||
| 2015-07-21 | Fixed #25129 -- Made model instance defaults work with migrations (refs #24919). | Tim Graham | |
| 2015-07-17 | Fixed #16501 -- Added an allow_unicode parameter to SlugField. | Edward Henderson | |
| Thanks Flavio Curella and Berker Peksag for the initial patch. | |||
| 2015-06-09 | Clarified the default form widgets for model number fields in docs | Matt Deacalion Stevens | |
| 2015-06-05 | Fixed #22571 -- Added clarification about auto_now_add=True | Yamila Moreno | |
| 2015-04-29 | Fixed #24665 -- Clarified model field flag defaults. | Tim Graham | |
| 2015-03-29 | Improved docs for timezone handling for auto_now and auto_now_add | Christopher Luc | |
| Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. | |||
| 2015-03-26 | Fixed #24510 -- Clarified FileField.upload_to docs. | Matt Seymour | |
| 2015-03-25 | Fixed #23814 -- Documented apps refactored out of Django. | Fabio Natali | |
| 2015-03-22 | Fixed #23814 -- Pointed localflavor documentation to external package | Iacopo Spalletti | |
| Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. | |||
| 2015-03-18 | Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. | Karl Hobley | |
| 2015-03-12 | Fixed typo in docs/ref/models/fields.txt | Steven Das | |
| 2015-03-09 | Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to ↵ | Floris den Hengst | |
| the same model. | |||
| 2015-02-20 | Update converters to take a consistent set of parameters. | Marc Tamlyn | |
| As suggested by Anssi. This has the slightly strange side effect of passing the expression to Expression.convert_value has the expression passed back to it, but it allows more complex patterns of expressions. | |||
| 2015-02-14 | Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many. | Loic Bistuer | |
| Thanks Carl Meyer and Tim Graham for the reviews and to all involved in the discussion. | |||
| 2015-02-03 | Fixed #23617 -- Added get_pk_value_on_save() | Anssi Kääriäinen | |
| The method is mainly intended for use with UUIDField. For UUIDField we want to call the field's default even when primary key value is explicitly set to None to match the behavior of AutoField. Thanks to Marc Tamlyn and Tim Graham for review. | |||
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
