summaryrefslogtreecommitdiff
path: root/docs/howto/custom-model-fields.txt
AgeCommit message (Expand)Author
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-05-03Fix docs error with deconstruct() docsAndrew Godwin
2014-04-28Fixed #22497 -- Highlighted difference between field and class deconstruction.Tim Graham
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-19Fixed #21478 -- Corrected docs for when Field.db_type() is called.Anubhav Joshi
2013-12-05Fixed another typo in custom model field documentation.Baptiste Mispelon
2013-12-05Fixed typo in custom model field documentation.Baptiste Mispelon
2013-11-27Field.deconstruct() howto docsAndrew Godwin
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-07-06Fixed #14006 -- Documented that Field's 'description' attribute is interpolat...Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-05Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
2013-06-26Add missing preposition in documentationTrey Hunner
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-10-19Fixed #17388 - Noted in the custom model field docs that field methods need t...Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-02Replaced 'return' by 'raise' in custom model field docsClaude Paroz
2012-06-30Fixed #11162 -- Mentioned ValidationError in custom model field docsClaude Paroz
2012-06-29Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz
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-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
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-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-02-16Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-10Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thank...Russell Keith-Magee
2010-04-15Fixed #13184 -- Document the requirement that custom model fields using Subfi...Russell Keith-Magee
2009-12-22Documentation markup fixes.Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey
2009-12-13Apply doc addition that somehow was left out of r11833. Refs #7977.Karen Tracey
2009-07-11Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks ...Russell Keith-Magee
2009-04-01Fixed #10693: updated params in the docs.Jacob Kaplan-Moss
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr