- 15 Şub, 2015 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This may also help with "Why do context processors not work in Jinja2 templates?" etc.
-
Tim Graham yazdı
-
- 14 Şub, 2015 9 kayıt (commit)
-
-
Michael Angeletti yazdı
-
Aymeric Augustin yazdı
It was documented as not having any effect since Django 1.6.
-
Aymeric Augustin yazdı
settings_dict['TIME_ZONE'] is set in ConnectionHandler.ensure_defaults.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks Manel Clos for the report.
-
Tim Graham yazdı
-
Michael Angeletti yazdı
-
Claude Paroz yazdı
Thanks Marwan Alsabbagh for the report, and Simon Charette and Tim Graham for the reviews.
-
Aymeric Augustin yazdı
Explicitly checking for django.template.Template subclasses is preferrable to duck-typing because both the django.template.Template and django.template.backends.django.Template have a render() method. Thanks spectras for the report.
-
- 13 Şub, 2015 11 kayıt (commit)
-
-
Loic Bistuer yazdı
Thanks Carl Meyer and Tim Graham for the reviews and to all involved in the discussion.
-
Andriy Sokolovskiy yazdı
This fixes serialization of a ForeignKey to a UUIDField as the test indicates.
-
Tim Graham yazdı
-
Joe Simpson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Loic for help and Simon for review.
-
Markus Holtermann yazdı
Previously Django only checked for the table name in CreateModel operations in initial migrations and faked the migration automatically. This led to various errors and unexpected behavior. The newly introduced --fake-initial flag to the migrate command must be passed to get the same behavior again. With this change Django will bail out in with a "duplicate relation / table" error instead. Thanks Carl Meyer and Tim Graham for the documentation update, report and review.
-
Markus Holtermann yazdı
Thanks Tim Graham for the patch
-
Markus Holtermann yazdı
-
Loic Bistuer yazdı
Thanks Carl Meyer and Markus Holtermann for the reviews.
-
Tim Graham yazdı
-
- 12 Şub, 2015 12 kayıt (commit)
-
-
Josh Smeaton yazdı
-
Josh Smeaton yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Thomas Güttler yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Nik Nyby yazdı
-
Tim Graham yazdı
This allows using a UUIDField primary key along with the JSON session serializer. Thanks to Trac alias jamesbeith for the report and Simon Charette for the initial patch.
-
Lukas Klein yazdı
-
- 11 Şub, 2015 5 kayıt (commit)
-
-
Josh Smeaton yazdı
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-