#3302: move documention snippet from models-api to django-admin
---------------------------+------------------------------------------------
Reporter: anonymous | Owner: jacob
Type: defect | Status: new
Priority: normal | Milestone:
Component: Documentation | Version:
Severity: normal | Keywords:
---------------------------+------------------------------------------------
Ticket #2953 (http://code.djangoproject.com/changeset/2953) added an an
important clarification on how sqlinitialdata works, under the "providing
initial sql data" header:
---
Note that if you have multiple SQL data files, there's no guarantee of the
order in which they're executed. The only thing you can assume is that, by
the time your custom data files are executed, all the database tables
already will have been created.
---
However, there is no mention of this behavior in the django-admin
documentation on the sqlinitialdata option itself, which is where I would
have expected it to be (and would have saved me some time). Since you
reference and link to the django-admin sqlinitialdata section
documentation in the previous paragraph on models-api page, this paragraph
would be more appropriate in the django-admin sqlinitialdata section.
--
Ticket URL: <http://code.djangoproject.com/ticket/3302>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---