- 02 Eyl, 2015 1 kayıt (commit)
-
-
Nik Nyby yazdı
-
- 01 Eyl, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Tom Christie for the report and review.
-
Preston Timmons yazdı
This is preparation for landing the template-based widget rendering patch and goes a long way to making these tests more useful for future development. The old doctest heritage is strong here.
-
- 31 Agu, 2015 10 kayıt (commit)
-
-
Maxime Lorant yazdı
-
Keryn Knight yazdı
-
Keryn Knight yazdı
-
Tim Graham yazdı
-
Adam Chainz yazdı
Was added in 44164c5c but the transaction.commit_unless_managed() line was removed in ba5138b1; thus the test does nothing but check that clear() runs.
-
Tyson Clugg yazdı
-
Tyson Clugg yazdı
-
Y3K yazdı
-
Y3K yazdı
Using select_related() after .values() or .values_list() is not possible because .values() or .values_list() already got the values they need.
-
David Sanders yazdı
Thanks to Keryn Knight, Curtis Maloney and Tim Graham for their reviews.
-
- 29 Agu, 2015 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #24704.
-
Aymeric Augustin yazdı
With this change, it's expected to survive anything except errors that make it impossible to import the settings. It's too complex to fallback to a sensible behavior with a broken settings module. Harcoding things about runserver in ManagementUtility.execute is atrocious but it's the only way out of the chicken'n'egg problem: the current implementation of the autoreloader primarily watches imported Python modules -- and then a few other things that were bolted on top of this design -- but we want it to kick in even if the project contains import-time errors and django.setup() fails. At some point we should throw away this code and replace it by an off-the-shelf autoreloader that watches the working directory and re-runs `django-admin runserver` whenever something changes.
-
Aymeric Augustin yazdı
This also fixes a test failure on Python 2 when Django is installed in a non-ASCII path. This problem cannot happen on Python 3.
-
Aymeric Augustin yazdı
* Added helpers to test uncached and cached access. * Fixed test_project_root_locale: it duplicated test_locale_paths_setting. * Rewrote test_only_new_files: test more cases.
-
Aymeric Augustin yazdı
* When some old files contain errors, the second call to gen_filenames() should return them. * When some new files contain errors, the first call to gen_filenames(only_new=True) should return them.
-
Y3K yazdı
-
- 28 Agu, 2015 6 kayıt (commit)
-
-
Sergey Kolosov yazdı
Changed the way makemessages invokes xgettext from one call per translatable file to one call per locale directory (using --files-from). This allows to avoid https://savannah.gnu.org/bugs/index.php?35027 and, as a positive side effect, speeds up localization build.
-
Tim Graham yazdı
-
Tim Graham yazdı
Previously, messages of ERROR level or higher were printed to the console.
-
Jonas Haag yazdı
This speeds up import of 'django.core.validators' which can save a few hundred milliseconds when importing the module for the first time. It can be a significant speedup to the django-admin command.
-
Tim Graham yazdı
Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes with a model reverse accessor.
-
Markus Holtermann yazdı
Fixed a regression introduced in e1427cc6 when running tests in reverse order.
-
- 27 Agu, 2015 7 kayıt (commit)
-
-
Tim Graham yazdı
-
elky yazdı
-
Sergey Kolosov yazdı
Introduced an AbstractBaseSession model and hooks providing the option of overriding the model class used by the session store and the session store class used by the model.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Alex Hill yazdı
-
Markus Holtermann yazdı
Moved the lookup in Field.swappable_setting to Apps, and added an lru_cache to cache the results. Refs #24743 Thanks Marten Kenbeek for the initial work on the patch. Thanks Aymeric Augustin and Tim Graham for the review.
-
- 26 Agu, 2015 4 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks Sayid Munawar and Tim Graham for the report, investigation and review.
-
Jeremy Satterfield yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 25 Agu, 2015 3 kayıt (commit)
-
-
sarthakmeh yazdı
-
David Sanders yazdı
-
Tim Graham yazdı
-