Opened 16 years ago

Closed 16 years ago

#6260 closed (invalid)

./manage.py sqlall only works for local application

Reported by: django.20.orzelf@… Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: sqlall
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

if i do "./manage.py sqlall myapp", it works as expected and i've got both the table description and actual data in it.

If i do for example "./manage.py sqlall admin" or "./manage.py sqlall flatpages", i only got the table description, and no data. Although i've double checked there are actual data for those applications. Bug confirmed on irc by 'empty'.

I'm using django svn as of today Fri Dec 21 17:28:50 CET 2007, revision 6964.

Change History (1)

comment:1 by empty, 16 years ago

Resolution: invalid
Status: newclosed

I misunderstood how sqlall was going to handle initial_data. It appears that functionality is correct.

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