Skip to content
Snippets Groups Projects
Select Git revision
  • master protected
  • test default protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
24 results

apps.py

  • Marco Ciotola's avatar
    16a6de58
    [DJ1.9] Remove warning of not declaring explicit app_label · 16a6de58
    Marco Ciotola authored
    Example:
    
    RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
    
    (cherry picked from commit 693acef9e4c3b093d5bf2bc1655e6f53a6dd4007)
    [DJ1.9] Remove warning of not declaring explicit app_label
    Marco Ciotola authored
    Example:
    
    RemovedInDjango19Warning: Model class helios.models.Voter doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
    
    (cherry picked from commit 693acef9e4c3b093d5bf2bc1655e6f53a6dd4007)