Changes between Initial Version and Version 1 of Ticket #27522, comment 1


Ignore:
Timestamp:
Nov 22, 2016, 3:12:27 AM (7 years ago)
Author:
Jeroen van Veen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27522, comment 1

    initial v1  
    33
    44{{{
    5 --- __init__.py.orig    2016-11-22 09:58:38.806209538 +0100
    6 +++ __init__.py 2016-11-22 09:58:47.656120244 +0100
     5--- django/core/management/__init__.py.orig     2016-11-22 09:58:38.806209538 +0100
     6+++ django/core/management/__init__.py  2016-11-22 10:10:00.229652313 +0100
    77@@ -323,6 +323,10 @@
    88                     apps.all_models = defaultdict(OrderedDict)
Back to Top