| Age | Commit message (Expand) | Author |
| 2006-06-21 | Reverted [3184]. There's no such thing as models.PasswordField. | Adrian Holovaty |
| 2006-06-21 | Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to | Malcolm Tredinnick |
| 2006-06-14 | Fixed #2141 -- corrected indentation problems in a couple of the code fragments. | Malcolm Tredinnick |
| 2006-06-07 | Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable | Adrian Holovaty |
| 2006-06-02 | Fixed #1966 -- Documented list_per_page Admin option | Adrian Holovaty |
| 2006-06-01 | Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt | Adrian Holovaty |
| 2006-05-22 | Fixed funky formatting in docs/model-api.txt | Adrian Holovaty |
| 2006-05-22 | Added 'Overriding default model methods' section to model-api.txt | Adrian Holovaty |
| 2006-05-22 | Fixed #981 -- Documented backend-specific SQL files | Adrian Holovaty |
| 2006-05-19 | Small cleanups to docs/model-api.txt and docs/django-admin.txt | Adrian Holovaty |
| 2006-05-19 | Fixed #981 -- documented the SQL initial data insert files. | Malcolm Tredinnick |
| 2006-05-09 | Fixed bugs in docs/model-api.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net | Adrian Holovaty |
| 2006-05-06 | Removed section in docs/model-api.txt about connection.commit(), which no lon... | Adrian Holovaty |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-05 | Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-05-05 | Fixed #1731 -- Added note to docs/model-api.txt about location of model repos... | Adrian Holovaty |
| 2006-05-05 | Finished proofreading docs/model-api.txt | Adrian Holovaty |
| 2006-05-04 | Proofread some of docs/model-api.txt. Still not done with this one. | Adrian Holovaty |
| 2006-05-03 | Fixed #1747 -- Fixed error in docs/model-api.txt. | Adrian Holovaty |
| 2006-05-02 | Fixed more ReST errors in docs | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-14 | Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-04-13 | Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only ... | Adrian Holovaty |
| 2006-04-13 | Added some examples to 'ordering' section of docs/model-api.txt | Adrian Holovaty |
| 2006-03-22 | Added note to docs/model-api.txt about custom WHERE clauses | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-01-12 | Fixed billion vs. million bug in docs/model-api.txt. Thanks, Armin | Adrian Holovaty |
| 2005-12-09 | Fixed #972 -- Improved docs for 'choices' model field option. Thanks, radek | Adrian Holovaty |
| 2005-11-25 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Another change to docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Small improvement to docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Added 'Executing custom SQL' section to docs/model-api.txt | Adrian Holovaty |
| 2005-11-19 | Fixed typo in docs/model-api.txt. Thanks, anl | Adrian Holovaty |
| 2005-11-14 | Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes... | Adrian Holovaty |
| 2005-11-11 | BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ... | Adrian Holovaty |
| 2005-11-06 | Documented meta.Admin list_select_related option from [1092] | Adrian Holovaty |
| 2005-11-06 | Fixed #281 -- Made e-mail address validation much more strict and accurate. | Adrian Holovaty |
| 2005-11-06 | Fixed #319 -- Updated docs/model-api.txt to note that prepopulate_from doesn'... | Adrian Holovaty |
| 2005-10-30 | Documented {{{singular}}} argument for m2m relationships (fixes #664). | Jacob Kaplan-Moss |
| 2005-10-23 | Small massaging of docs/model-api.txt | Adrian Holovaty |
| 2005-10-20 | Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt. | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-20 | Fixed #642 -- Added small improvement to EmailField docs. Thanks, Boffbowsh | Adrian Holovaty |
| 2005-10-18 | Fixed ReST bug in docs/model-api.txt | Adrian Holovaty |
| 2005-10-16 | Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenki... | Adrian Holovaty |
| 2005-10-12 | Fixed ReST bug in docs/model-api.txt from [846] | Adrian Holovaty |
| 2005-10-12 | Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st... | Adrian Holovaty |
| 2005-10-11 | Fixed formatting bug in docs/model-api.txt | Adrian Holovaty |