Opened 14 years ago

Closed 14 years ago

#12168 closed (fixed)

r11710 breaks table creation if models are a package...

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

Description

With changeset:11710 M2M tables are not created if models are a package...

See also:

Attachments (1)

django_model_package_test.patch (2.3 KB ) - added by jedie 14 years ago.
try to test a model package

Download all attachments as: .zip

Change History (2)

by jedie, 14 years ago

try to test a model package

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [11724]) Fixed #12168 -- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case.

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