Django

Code

Ticket #7473 (closed: fixed)

Opened 6 months ago

Last modified 6 months ago

documentation of modelform doesn't compile

Reported by: Visik7 <alfred.einstein@gmail.com> Assigned to: brosner
Milestone: Component: Documentation
Version: newforms-admin Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

try to compile the doc of newforms admin

make web
mkdir -p _build/web _build/doctrees
sphinx-build -b web -d _build/doctrees   . _build/web
Sphinx v0.3, building web
trying to load pickled env... not found
building [pickle]: targets for 64 source files that are out of date
updating environment: 64 added, 0 changed, 0 removed
reading... add_ons admin admin_css apache_auth api_stability authentication cache contenttypes contributing csrf custom_model_fields databases databrowse db-api design_philosophies distributions django-admin documentation email faq fastcgi flatpages form_for_model form_preview form_wizard forms generic_views i18n index install legacy_databases localflavor middleware model-api modelforms reST markup error:
/home/visi/Devel/django/django-nfa-svn2bzr/docs/modelforms.txt:402: (SEVERE/4) Title level inconsistent:

Changing the queryset
~~~~~~~~~~~~~~~~~~~~~
make: *** [web] Error 1

Attachments

Change History

06/16/08 16:27:51 changed by brosner

  • owner changed from nobody to brosner.
  • needs_better_patch changed.
  • status changed from new to assigned.
  • needs_tests changed.
  • needs_docs changed.

Ah, hmm, I must have overlooked this. Will look at fixing. Thanks.

06/16/08 16:32:54 changed by brosner

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7670]) newforms-admin: Fixed #7473 -- Fixed a title level inconsistency in docs/modelforms.txt. Thanks Visik7.


Add/Change #7473 (documentation of modelform doesn't compile)




Change Properties
Action