summaryrefslogtreecommitdiff
path: root/docs/ref/models/fields.txt
AgeCommit message (Expand)Author
2014-03-24[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-21[1.6.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
2014-02-25[1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-21[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-07Fixed #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
2013-08-20[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
2013-07-12[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-06-27Docs for related_query_nameAndrew Godwin
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-22Added missing markup to docs.Tim Graham
2013-03-11Fixed broken link in binary fields doc.Ramiro Morales
2013-03-10Fixed #20018: Added backtick to fix referenceJonathan Loy
2013-03-07Adde two "versionadded" markers, thanks to mYk for noticing.Alex Gaynor
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for th...Alex Gaynor
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from Integ...Tim Graham
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-11-07Fixed invalid ipv4 mapped ipv6 addresses in docsDanilo Bargen
2012-11-03Fixed #17549 -- Added a clickable link for URLFields in admin change list.Ulrich Petri
2012-10-18Fixed #18046 - Documented than an index is created by default for ForeignKeys...Tim Graham
2012-10-03Fixed #18413 - Noted that a model's files are not deleted when the model is d...Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-19Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...Tim Graham
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-08-26Fixed typo in model fields reference docs.Ramiro Morales