summaryrefslogtreecommitdiff
path: root/docs/ref/models/fields.txt
AgeCommit message (Expand)Author
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
2011-07-06Improved warning about file uploads in docs, and added link from security ove...Luke Plant
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-05-10Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...Chris Beaven
2011-05-07Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...Jannis Leidel
2011-04-06Fixes #10786 -- Document that NullBooleanField should be used rather than Boo...Chris Beaven
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2010-12-29Fixed #14959 - Add a link to localflavor in the model field docs. Thanks Paul...Timo Graham
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-12-29Fixed #14403 -- Provided some extra resources on the difference between Float...Gabriel Hurley
2010-12-28Fixed #14905 -- Corrected some misleading linking and language in the FileFie...Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-18Fixed #6434 - Add clarifying note about auto_now and auto_now_add. thank adam...Timo Graham
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-27Edited docs/ref/models/fields.txt change from [14049]Adrian Holovaty
2010-10-15Fixed #14307 -- Added a new crossref target to model field reference docs and...Gabriel Hurley
2010-10-09Fixed misspelling in model fields docs.Carl Meyer
2010-10-09Tiny formatting tweak.Simon Meers
2010-10-09Fixed #5537 -- document trailing '+' on related_name for supressing backward ...Simon Meers
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-10Fixed #12229 -- Added documentation of the FieldFile methods that are exposed...Russell Keith-Magee
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-23Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th...Russell Keith-Magee
2010-01-10Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.netAdrian Holovaty
2010-01-10Fixed #10862 -- Clarified confusing documentation about ImageField height/wid...Adrian Holovaty
2010-01-09Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1Adrian Holovaty
2010-01-05Added a section to the docs for discussing validators and updated a few links...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-09-23Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t...James Bennett
2009-06-10Fixed #10981 -- Clarified documentation regarding lazy cross-application rela...Russell Keith-Magee