summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
AgeCommit message (Expand)Author
2007-12-04Edited various doc changes from [6801]Adrian Holovaty
2007-12-01Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE Ian Kelly
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-11-05Documentation for creating custom model fields.Malcolm Tredinnick
2007-10-20Fixed #4944 -- Added a note about Model.save() raising IntegrityError is aMalcolm Tredinnick
2007-09-20Fixed errors in docs/model-api.txt changes from [6378]Adrian Holovaty
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-09-16Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@...Malcolm Tredinnick
2007-09-15Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection alwa...Adrian Holovaty
2007-09-14Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th...Adrian Holovaty
2007-09-14Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding...Adrian Holovaty
2007-09-14Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. ...Russell Keith-Magee
2007-09-12Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew She...Adrian Holovaty
2007-09-08Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac...Gary Wilson Jr
2007-08-25Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-...Adrian Holovaty
2007-08-12Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jare...Adrian Holovaty
2007-08-07Fixed #5097 -- Made various updates and corrections to the documentation. Tha...Adrian Holovaty
2007-08-06Added note to docs/model-api.txt about help_text not being escaped in the adm...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-05Changed some more links to be relative in the documentation. I had a couple ...Gary Wilson Jr
2007-08-04Fixed #5078 -- Fixed several broken links to the syndication documentation.Gary Wilson Jr
2007-07-20Added some additional docs to docs/model-api.txt db_type() sectionAdrian Holovaty
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-07-10Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-30Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne...Adrian Holovaty
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-20Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.at...Adrian Holovaty
2007-06-20Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@...Adrian Holovaty
2007-06-11Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for theMalcolm Tredinnick
2007-06-07Fixed #3880: added a link to the transaction docs from the model API. Thanks,...Jacob Kaplan-Moss
2007-05-27Added references to the various get_FOO_*() methods for FileField andMalcolm Tredinnick
2007-05-26Fixed #4351 -- Attempted to make it easier for readers to see the differenceMalcolm Tredinnick
2007-05-21Added 'New in Django development version' notes to docs/model-api.txt regardi...Adrian Holovaty
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-19Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-18Fixed small grammar error in docs/model-api.txt from [5250]Adrian Holovaty
2007-05-15Fixed #3664 -- Documented that get_absolute_url() and item_link() (inMalcolm Tredinnick
2007-05-08Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks,Malcolm Tredinnick
2007-04-25Fixed #3857 -- Used a table to describe the required arg for FileField. ThisMalcolm Tredinnick
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
2007-04-13Fixed #4029 -- Fixed some broken links and made some links relative in docs/m...Adrian Holovaty
2007-04-13Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro M...Adrian Holovaty
2007-04-09Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...Russell Keith-Magee
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