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