Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2354 closed enhancement (fixed)

[patch] add validate to tutorial1

Reported by: django@… Owned by: Jacob
Component: Documentation Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I was following the tutorial and creating some alternative models which were not giving any output on manage.py sql.

There were some minor errors in my models and it seems manage.py skips those models. These would have been much more easy to spot if manage.py validate was mentioned in the tutorial.

I've attached my suggestion.

Attachments (1)

tutorial_patch.diff (497 bytes ) - added by django@… 18 years ago.
[patch]

Download all attachments as: .zip

Change History (3)

by django@…, 18 years ago

Attachment: tutorial_patch.diff added

[patch]

comment:1 by anonymous, 18 years ago

Summary: add validate to tutorial1[patch] add validate to tutorial1

comment:2 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3362]) Fixed #2354 -- Added a note about "manage.py validate" to the list of useful
commands.

Note: See TracTickets for help on using tickets.
Back to Top