Changes between Initial Version and Version 1 of Ticket #24282, comment 9


Ignore:
Timestamp:
Feb 13, 2015, 7:48:58 AM (9 years ago)
Author:
Jeff Singer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24282, comment 9

    initial v1  
    44
    55{{{
    6 def inner_method(models, schema_editor):
     6    def inner_method(models, schema_editor):
    77        Author = models.get_model("test_authors", "Author")
    88        Book = models.get_model("test_books", "Book")
Back to Top