- 25 Ock, 2016 9 kayıt (commit)
-
-
Ahmed Mohamed yazdı
-
Nik Nyby yazdı
-
userimack yazdı
-
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.
-
Tim Graham yazdı
-
jpic yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Shai Berger for the report.
-
Tim Graham yazdı
-
- 24 Ock, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 23 Ock, 2016 12 kayıt (commit)
-
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks to Markus Holtermann and Tim Graham for their review.
-
Simon Charette yazdı
Thanks to Markus Holtermann and Tim Graham for their review.
-
Tim Graham yazdı
-
Mingun Pak yazdı
-
Marten Kenbeek yazdı
-
Alexander Rudakov yazdı
Previously, the lastmod of the last sitemap was always used. All sitemaps are required to have a lastmod.
-
Claude Paroz yazdı
Thanks Sylvain Fankhauser for the report and Tim Graham for the review.
-
Yoong Kang Lim yazdı
-
Tim Graham yazdı
-
seungkwon yazdı
-
Ola Sendecka yazdı
-
- 22 Ock, 2016 10 kayıt (commit)
-
-
Vincenzo Pandolfo yazdı
-
Alexander Gaevsky yazdı
-
Jan Pieter Waagmeester yazdı
-
Preston Timmons yazdı
-
Daniel Wiesmann yazdı
Thanks Simon Charette and Claude Paroz for the reviews.
-
Joshua Phillips yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
AUTOINCREMENT is dropped converting an AutoField to IntegerField which isn't the point of this test. MySQL would warn or error about this.
-
Elif T. Kus yazdı
-
Tim Graham yazdı
default_storage_engine was introduced in MySQL 5.5.3. storage_engine was removed in MySQL 5.7.5.
-
- 21 Ock, 2016 5 kayıt (commit)
-
-
Luke Plant yazdı
`action="."` strips query parameters from the URL which is not usually what you want. Copy-paste coding of these examples could lead to difficult to track down bugs or even data loss if the query parameter was meant to alter the scope of a form's POST request.
-
Alexander Gaevsky yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does by setting the former to 250000, Django raised an exception on queries containing more than 2000 parameters when DEBUG = True.
-
Anssi Kääriäinen yazdı
-
- 20 Ock, 2016 2 kayıt (commit)
-
-
chemary yazdı
-
Petter Reinholdtsen yazdı
-
- 19 Ock, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-