summaryrefslogtreecommitdiff
path: root/docs/ref/models/fields.txt
AgeCommit message (Expand)Author
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
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-03Fixed #15932 - Documented how to supress multiple reverse relations to the sa...Tim Graham
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-29Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...Claude Paroz
2012-03-17Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r1...Claude Paroz
2011-12-20Fixed a typo in the model fields reference.Aymeric Augustin
2011-11-19Fix #15646: Document that a FileField's full path can't be relied upon until ...Karen Tracey
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fixed #7609 -- Noted in the model fields reference documentation that `Positi...Julien Phalip
2011-09-10Corrected documentation inconsistencies regarding deprecation of URLField.ver...Carl Meyer
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-07-29Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.Jannis Leidel