Changes between Initial Version and Version 2 of Ticket #25746
- Timestamp:
- Nov 12, 2015, 6:43:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25746
- Property Owner changed from to
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
-
Ticket #25746 – Description
initial v2 1 Many test in Django's own test suite inline model definition in order to prevent table creation or simply isolate them.1 Many tests in Django's own test suite inline model definition in order to prevent table creation or simply isolate them. 2 2 3 3 Unfortunately most of these model don't explicitly declare an explicit `apps` and end up being registered to the global `apps` instance. This has three downsides: