Changes between Initial Version and Version 2 of Ticket #23182
- Timestamp:
- Aug 5, 2014, 9:48:50 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23182 – Description
initial v2 4 4 5 5 {{{#!python 6 from django.contrib.auth import User6 from django.contrib.auth.models import User 7 7 from django.db.models import Model, ForeignKey 8 8