Changes between Initial Version and Version 1 of Ticket #24282, comment 9
- Timestamp:
- Feb 13, 2015, 7:48:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24282, comment 9
initial v1 4 4 5 5 {{{ 6 def inner_method(models, schema_editor):6 def inner_method(models, schema_editor): 7 7 Author = models.get_model("test_authors", "Author") 8 8 Book = models.get_model("test_books", "Book")