Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/howto/custom-model-fields.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-7/+0
* Removed unnecessary comma in docsClaude Paroz2015-08-101-1/+1
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-4/+5
* Fixed #24602 -- Removed obsolete reference to __metaclass...Tim Graham2015-04-081-4/+4
* Updated location of database backend data_types attribute...Tim Graham2015-03-181-6/+6
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-11/+2
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-3/+3
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-102/+51
* Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham2014-08-181-9/+9
* Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham2014-08-151-1/+1
* Fixed #22809 -- Added model Field API reference.Jorge C. Leitão2014-07-101-115/+71
* Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão2014-07-091-1/+1
* Fixed various minor doc typos / references.Daniel Hahler2014-07-061-1/+1
* Fix docs error with deconstruct() docsAndrew Godwin2014-05-041-1/+1
* Fixed #22497 -- Highlighted difference between field and ...Tim Graham2014-04-281-11/+15
* Fixed queries that may return unexpected results on MySQL...Erik Romijn2014-04-221-0/+11
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-131-3/+3
* Always use parentheses when documenting a method with no ...Baptiste Mispelon2014-01-221-1/+1
* Don't show `self` in the list of arguments of a method.Baptiste Mispelon2014-01-221-11/+11
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-0/+6
* Fixed #21478 -- Corrected docs for when Field.db_type() i...Anubhav Joshi2013-12-191-4/+7
* Fixed another typo in custom model field documentation.Baptiste Mispelon2013-12-051-1/+1
* Fixed typo in custom model field documentation.Baptiste Mispelon2013-12-051-1/+1
* Field.deconstruct() howto docsAndrew Godwin2013-11-271-0/+89
* Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer2013-11-211-2/+3
* Fixed #20999 - Allow overriding formfield class with choi...Carl Meyer2013-08-311-7/+13
* Fixed some ReST errors regarding backticksTim Graham2013-08-151-2/+2
* Fixed #14006 -- Documented that Field's 'description' att...Tim Graham2013-07-071-0/+7
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-051-3/+3
* Fixed #19539 -- Updated custom model fields example for P...Tim Graham2013-07-051-2/+16
* Add missing preposition in documentationTrey Hunner2013-06-261-1/+1
* Added missing markup to docs.Tim Graham2013-03-221-3/+3
* Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin2013-03-181-1/+1
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-9/+9
* Removed django.contrib.localflavor.Aymeric Augustin2012-12-291-2/+1
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-10/+10
* Fixed #17388 - Noted in the custom model field docs that ...Tim Graham2012-10-191-0/+7
* Fixed #15566 - Documented that update() doesn't honor Dat...Tim Graham2012-09-081-4/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-1/+1
* Replaced 'return' by 'raise' in custom model field docsClaude Paroz2012-07-021-1/+1
* Fixed #11162 -- Mentioned ValidationError in custom model...Claude Paroz2012-06-301-1/+5
* Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz2012-06-291-1/+1
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-18/+0
* Replaced documentation snippets using "gender" with less ...Jacob Kaplan-Moss2012-06-061-1/+0
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-1/+1
* Fixed #12308 -- Added tablespace support to the PostgreSQ...Aymeric Augustin2011-10-141-3/+3
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-60/+60