Opened 17 years ago
Closed 17 years ago
#6260 closed (invalid)
./manage.py sqlall only works for local application
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
I misunderstood how sqlall was going to handle initial_data. It appears that functionality is correct.