1. 25 Ock, 2016 1 kayıt (commit)
    • Chris Lamb's avatar
      Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. · abc0777b
      Chris Lamb yazdı
      Debian packages unconditionally byte-compile .py files on installation and
      do not silence errors by design. Therefore, we need a way of shipping these
      invalid .py files without a .py extension but ensuring that when we
      template them, they end up as .py.
      
      We don't special-case .py files so that the all the TemplateCommand
      command-line options (eg. extra_files and extensions) still work entirely
      as expected and it may even be useful for other formats too.
      abc0777b
  2. 27 May, 2014 1 kayıt (commit)
  3. 17 Ara, 2013 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Removed superfluous models.py files. · 6e895f9e
      Aymeric Augustin yazdı
      Added comments in the three empty models.py files that are still needed.
      
      Adjusted the test runner to add applications corresponding to test
      labels to INSTALLED_APPS even when they don't have a models module.
      6e895f9e
  4. 10 Eki, 2013 1 kayıt (commit)
    • Tim Graham's avatar
      Whitespace cleanup. · 1dae4ac1
      Tim Graham yazdı
      * Removed trailing whitespace.
      * Added newline to EOF if missing.
      * Removed blank lines at EOF.
      * Removed some stray tabs.
      1dae4ac1
  5. 26 Şub, 2013 1 kayıt (commit)