- 23 Haz, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Nis, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 05 Mar, 2016 2 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
- 12 Şub, 2016 2 kayıt (commit)
-
-
Mounir Messelmeni yazdı
-
Tim Graham yazdı
-
- 25 Ock, 2016 1 kayıt (commit)
-
-
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.
-
- 21 Ara, 2015 1 kayıt (commit)
-
-
Emre Yilmaz yazdı
Added unapplied migration count and the list of unmigrated apps.
-
- 12 Ara, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Eki, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
Traceback (most recent call last): File "tests\admin_scripts\tests.py", line 646, in test_startapp_unicode_name content = f.read() File "lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 46: character maps to <undefined>
-
Yoong Kang Lim yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 09 Eyl, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 07 Eyl, 2015 2 kayıt (commit)
-
-
Ryan Hiebert yazdı
-
Tim Graham yazdı
Also discouraged its use outside the intended use case.
-
- 03 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 31 Agu, 2015 1 kayıt (commit)
-
-
Maxime Lorant yazdı
-
- 19 Agu, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Maxime Lorant for the report and Tim Graham for suggesting the improved comment.
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 16 Haz, 2015 1 kayıt (commit)
-
-
Mounir Messelmeni yazdı
-
- 11 Haz, 2015 1 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks Tim Graham for the patch
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 13 May, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Luis Del Giudice for the report, and Aymeric Augustin and Markus Holtermann for the reviews.
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Domas Lapinskas for the report and Tim Graham for the review.
-
- 23 Şub, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
This is a performance optimization and also fixes test errors with the upcoming merge of contrib tests into tests/. The tests failed on MySQL because the models with GeometryField were being checked but the non-GIS MySQL backend didn't know how to handle them.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Kept support for creating models without migrations when running tests (especially for Django's test suite).
-
- 17 Ock, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 29 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks kabakov.as@gmail.com for the report, and Aymeric Augustin, Simon Charette for the reviews.
-
- 27 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 26 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
sqlall will be removed in Django 1.9, so now's a good time to remove its usage where it's not important.
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 22 Eki, 2014 3 kayıt (commit)
-
-
Loic Bistuer yazdı
This includes the following improvements: - The type of the style object is now called 'Style' rather than 'dummy'. - The new make_style() function allows generating a Style object directly from a config string. Before the only way to get a style object was through the environ and it also required that the terminal supported colors which isn't necessarily the case when testing. - The output of no_style() is now cached with @lru_cache. - The output of no_style() now has the same set of attributes as the other Style objects. Previously it allowed anything to pass through with __getattr__.
-
Loic Bistuer yazdı
Thanks Tim Graham for the review.
-
Loic Bistuer yazdı
Refs #23663.
-