| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-18 | [1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField. | Juergen Schackmann | |
| Thanks bjb at credil.org for the report. Backport of f8632572ad from master | |||
| 2013-10-02 | [1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filtering | Tim Graham | |
| Thanks neithere for the suggestion. Backport of 75bb6ba966 from master | |||
| 2013-09-07 | Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set. | Aymeric Augustin | |
| 2013-09-05 | [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. | Eric Boersma | |
| The documentation and comments now all use 'an' to refer to the word SQL and not 'a'. Backport of 4d13cc56de from master | |||
| 2013-08-20 | [1.6.x] Documentation - Noted that OneToOneField doesn't respect unique. | Kevin Christopher Henry | |
| Added OneToOneField to the list of model fields for which the unique argument isn't valid. (OneToOneFields are inherently unique, and if the user supplies a value for unique it is ignored / overwritten.) | |||
| 2013-08-08 | [1.6.x] Added note to GenericIPAddressField documentation | Christopher Medrela | |
| refs #20484 Backport of fb26c4996a from master | |||
| 2013-07-12 | [1.6.x] Fixed #20735 -- clarified ManyToManyField constructor doc | Christopher Medrela | |
| Backport of ac223ff6d1 from master | |||
| 2013-06-27 | Docs for related_query_name | Andrew Godwin | |
| 2013-05-28 | Fixed #20228 - Documented unique_for_date and exclude behavior. | Tim Graham | |
| Thanks Deepak Thukral for the patch. | |||
| 2013-05-27 | Fix #20505: Typo in BinaryField documentation. | Baptiste Mispelon | |
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-18 | Add missing imports and models to the examples in the the model layer ↵ | Marc Egli | |
| documentation | |||
| 2013-05-18 | Merge branch 'allow-any-iterable-for-choices' | Donald Stufft | |
| 2013-05-18 | Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | Erik Romijn | |
| 2013-05-18 | Fixed #20430 - Enable iterable of iterables for model choices | Donald Stufft | |
| Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model. | |||
| 2013-05-03 | Added clarification to the docs, pointing out that unique_for_date only ↵ | Aaron Cannon | |
| considers the date portion of DateTime fields. | |||
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-11 | remove confusing phrase from DecimalField docs | Andrew Badr | |
| The phrase "if it exists" was used in reference to the `decimal_places` argument to `DecimalField`, when in fact that field is required. | |||
| 2013-03-24 | Fixed #15124 -- Changed the default for BooleanField. | Aymeric Augustin | |
| Thanks to the many contributors who updated and improved the patch over the life of this ticket. | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-11 | Fixed broken link in binary fields doc. | Ramiro Morales | |
| 2013-03-10 | Fixed #20018: Added backtick to fix reference | Jonathan Loy | |
| Fixed #20018 | |||
| 2013-03-07 | Adde two "versionadded" markers, thanks to mYk for noticing. | Alex Gaynor | |
| 2013-03-07 | Added a ManyToManyField(db_constraint=False) option, this allows not ↵ | Alex Gaynor | |
| creating constraints on the intermediary models. | |||
| 2013-03-02 | Add a BinaryField model field | Claude Paroz | |
| Thanks Michael Jung, Charl Botha and Florian Apolloner for review and help on the patch. | |||
| 2013-02-20 | Clarified the language used in the documentation. Thanks to Mike Smith for ↵ | Alex Gaynor | |
| the report. | |||
| 2013-02-20 | Added a db_constraint option to ForeignKeys. | Alex Gaynor | |
| This controls whether or not a database level cosntraint is created. This is useful in a few specialized circumstances, but in general should not be used! | |||
| 2013-02-16 | Fixed #19824 - Corrected the class described for Field.primary_key from ↵ | Tim Graham | |
| IntegerField to AutoField. Thanks Keryn Knight. | |||
| 2013-01-07 | Created special PostgreSQL text indexes when unique is True | Claude Paroz | |
| Refs #19441. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.localflavor. | Aymeric Augustin | |
| Each localflavor lives on as a separate app. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-12-25 | Fixed more broken links. refs #19516 | Tim Graham | |
| 2012-11-07 | Fixed invalid ipv4 mapped ipv6 addresses in docs | Danilo Bargen | |
| 2012-11-03 | Fixed #17549 -- Added a clickable link for URLFields in admin change list. | Ulrich Petri | |
| 2012-10-18 | Fixed #18046 - Documented than an index is created by default for ↵ | Tim Graham | |
| ForeignKeys; thanks jbauer for the suggestion. | |||
| 2012-10-03 | Fixed #18413 - Noted that a model's files are not deleted when the model is ↵ | Tim Graham | |
| deleted. Thanks lawgon for the report. | |||
| 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; ↵ | Tim Graham | |
| thanks jammon for the suggestion. | |||
| 2012-09-08 | Fixed #18478 - Documented how to use a mutable default in a model field. | Tim Graham | |
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 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 ↵ | Tim Graham | |
| ModelForm specific, not admin specific. Thanks Ben Sturmfels for the patch. | |||
| 2012-08-08 | Fix #18062: Document best practices for choices in model fields. | James Bennett | |
| 2012-08-03 | Fixed #15932 - Documented how to supress multiple reverse relations to the ↵ | Tim Graham | |
| same model. Thanks Claude Paroz for the patch. | |||
| 2012-07-24 | Clarified default name of M2M relationship DB table. | Ramiro Morales | |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 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 | |
| This is a good practice for accessibility. Thanks Jessica McKellar for the report. | |||
