summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
AgeCommit message (Expand)Author
2007-01-03Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.Russell Keith-Magee
2006-10-19Added note to docs/model-api.txt that EmailField has automatic maxlength=75Adrian Holovaty
2006-09-25Negligible spacing fix to docs/model-api.txt from [3781]Adrian Holovaty
2006-09-22Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,Malcolm Tredinnick
2006-08-23Added some helpful hints to list_display documentation in docs/model-api.txtAdrian Holovaty
2006-08-20Fixed typo in docs/model-api.txtAdrian Holovaty
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-17Small formatting change to docs/model-api.txt change from [3597] -- double hy...Adrian Holovaty
2006-08-17Clarified documentation regarding string-form model references.Russell Keith-Magee
2006-08-14Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh...Adrian Holovaty
2006-08-08Added example of strftime formatting to docs/model-api.txt FileField docs. Th...Adrian Holovaty
2006-07-17Documented allow_tags attribute for admin change list methodsAdrian Holovaty
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-06-21Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty
2006-06-21Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick
2006-06-14Fixed #2141 -- corrected indentation problems in a couple of the code fragments.Malcolm Tredinnick
2006-06-07Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterableAdrian Holovaty
2006-06-02Fixed #1966 -- Documented list_per_page Admin optionAdrian Holovaty
2006-06-01Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ...Adrian Holovaty
2006-06-01Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txtAdrian Holovaty
2006-05-22Fixed funky formatting in docs/model-api.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-22Fixed #981 -- Documented backend-specific SQL filesAdrian Holovaty
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #981 -- documented the SQL initial data insert files.Malcolm Tredinnick
2006-05-09Fixed bugs in docs/model-api.txtAdrian Holovaty
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-06Removed section in docs/model-api.txt about connection.commit(), which no lon...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-05-05Fixed #1731 -- Added note to docs/model-api.txt about location of model repos...Adrian Holovaty
2006-05-05Finished proofreading docs/model-api.txtAdrian Holovaty
2006-05-04Proofread some of docs/model-api.txt. Still not done with this one.Adrian Holovaty
2006-05-03Fixed #1747 -- Fixed error in docs/model-api.txt.Adrian Holovaty
2006-05-02Fixed more ReST errors in docsAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-14Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-04-13Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only ...Adrian Holovaty
2006-04-13Added some examples to 'ordering' section of docs/model-api.txtAdrian Holovaty
2006-03-22Added note to docs/model-api.txt about custom WHERE clausesAdrian Holovaty
2006-02-17Fixed #1296 -- Made SlugField maxlength configurable. Thanks, MattAdrian Holovaty
2006-01-12Fixed billion vs. million bug in docs/model-api.txt. Thanks, ArminAdrian Holovaty
2005-12-09Fixed #972 -- Improved docs for 'choices' model field option. Thanks, radekAdrian Holovaty
2005-11-25Fixed typo in docs/model-api.txtAdrian Holovaty
2005-11-20Another change to docs/model-api.txtAdrian Holovaty
2005-11-20Small improvement to docs/model-api.txtAdrian Holovaty
2005-11-20Added 'Executing custom SQL' section to docs/model-api.txtAdrian Holovaty
2005-11-19Fixed typo in docs/model-api.txt. Thanks, anlAdrian Holovaty
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty