summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
AgeCommit message (Expand)Author
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-11unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick
2007-06-09unicode: Merged from trunk up to [5443].Malcolm Tredinnick
2007-05-31unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick
2007-05-29unicode: Merged from trunk up to [5380].Malcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-17unicode: Started making the necessary documentation changes required forMalcolm Tredinnick
2007-05-17unicode: Merged from trunk up to [5265].Malcolm Tredinnick
2007-05-11unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick
2007-04-26unicode: Merged from trunk up to [5080].Malcolm Tredinnick
2007-04-21unicode: Merged up to [5053].Malcolm Tredinnick
2007-04-01Edited docs/model-api.txt permalink changes from [4879]Adrian Holovaty
2007-03-31Fixed #3540 -- Updated permalink documentation to fix an error and document howMalcolm Tredinnick
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-03-16Tightened change to docs/model-api.txt from [4692]Adrian Holovaty
2007-03-09Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used forMalcolm Tredinnick
2007-02-26Small cleanup of docs/model-api.txt change from [4625]Adrian Holovaty
2007-02-26Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, Uberno...Jacob Kaplan-Moss
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling Djang...Jacob Kaplan-Moss
2007-02-25Reverted [4578] because there's no such thing as a PasswordField database fie...Adrian Holovaty
2007-02-25Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, a...Jacob Kaplan-Moss
2007-02-18Copy edited new docs in docs/model-api.txt from [4535]Adrian Holovaty
2007-02-17Fixed #2568 -- Added documentation for the permalink() decorator. Based on aMalcolm Tredinnick
2007-01-25Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...Russell Keith-Magee
2007-01-23Fixed #3346 -- Documented that search_fields Admin option can use related mod...Adrian Holovaty
2007-01-12Fixed #3287: method columns in the admin changelist can now have a {{{boolean...Jacob Kaplan-Moss
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