summaryrefslogtreecommitdiff
path: root/docs/admin.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-17Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks ja...Brian Rosner
2008-08-15Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...Brian Rosner
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-12Corrected a documentation error. Thanks sk1p for catching this.Brian Rosner
2008-08-11Added back save_model that was removed from [8273] to allow for both pre- and...Brian Rosner
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-08Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has...Brian Rosner
2008-08-08Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for ...Brian Rosner
2008-08-04Fixed #7942 -- Added a note to the admin ordering option documentation about ...Brian Rosner
2008-08-04Clarified the intermediary models admin documentation and a minor clean-up.Brian Rosner
2008-08-04Added the missing form option to the ModelAdmin options section. Also added a...Brian Rosner
2008-08-01Reverted [8182]. Accidently committed from the wrong branch.Brian Rosner
2008-08-01Initial admin template docs. Needs more work.Brian Rosner
2008-08-01Clarified the raw_id_fields documentation and added it to InlineModelAdmin op...Brian Rosner
2008-08-01Fixed #7983 -- Added fields to the ModelAdmin section in the admin documentat...Brian Rosner
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-27Removed trailing whitespace in admin docs.Gary Wilson Jr
2008-07-27Normalized the use of "JavaScript" in the documentation.Gary Wilson Jr
2008-07-27Fixed #7986 -- Added to the documentation the purpose of the `prepopulated_fi...Gary Wilson Jr
2008-07-25Standardised documentation of the Field help_text option and ModelAdmin.field...Luke Plant
2008-07-23Removed a colon that was rendering the bullet-point list below it as code in ...Brian Rosner
2008-07-23Fixed #7897 -- Corrected some spelling and grammatical errors in the InlineMo...Brian Rosner
2008-07-21Refs #7864 -- Corrected more instances of "newforms" in the docs.Gary Wilson Jr
2008-07-20Fixed #7850 -- Added adding django.contrib.admin to INSTALLED_APPS to the ste...Brian Rosner
2008-07-19Fixed #7839 -- Corrected admin documentation and tutorial to reflect that 'cl...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner