- 07 Eyl, 2013 20 kayıt (commit)
-
-
Pablo Mouzo yazdı
Added links to code references in the docs for `response_add`, `response_change` and `response_delete`.
-
Andrew Godwin yazdı
-
Pablo Mouzo yazdı
-
Pablo Mouzo yazdı
This make it easier to control the delete flow.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks mitsuhiko for the report. Non-ASCII values are supported. Non-ASCII keys still aren't, because the current parser mangles them. That's another bug.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
They were defined in base when the mod_python handler used them. See bfcecbff.
-
Loic Bistuer yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
-
Loic Bistuer yazdı
-
Eric Boersma yazdı
Thanks hogbait for the report.
-
Russell Keith-Magee yazdı
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
-
Christopher Adams yazdı
- Note that 'Chris Adams' and 'Christopher Adams' are two different contributors.
-
Tim Graham yazdı
-
Loic Bistuer yazdı
-
Tim Graham yazdı
-
- 06 Eyl, 2013 20 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Added myself to the contributors list for work on #21049
-
Russell Keith-Magee yazdı
Fixed #12756: Improved error message when yaml module is missing.
-
Roberto Aguilar yazdı
-
Russell Keith-Magee yazdı
Fixed #16502 -- Fixed a TemplateDoesNotExist error that should be an ImproperlyConfigured. Assistance on the patch from #jambronrose.
-
Roberto Aguilar yazdı
When a BadSerializer instance is stubbed in for the yaml serializer, make sure tests do not fail.
-
Roberto Aguilar yazdı
-
Roberto Aguilar yazdı
In order to verify the behavior of using the yaml serializer when yaml is on the system, fake the ImportError when the serializer is being registered.
-
Ian Wilson yazdı
-
Max Burstein yazdı
-
Aymeric Augustin yazdı
It's now forbidden to call queryset.update(field=instance) when instance hasn't been saved to the database ie. instance.pk is None.
-
Aymeric Augustin yazdı
-
Russell Keith-Magee yazdı
Fixed #21058 -- Fixed debug view blowing up when no template is provided to the template rendering functions. Assistance on this commit from @jambonrose.
-
Ian Wilson yazdı
-
Adrian Holovaty yazdı
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Ian Wilson yazdı
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist when it should have raised an ImproperlyConfigured. fixes 16502. by @ianawilson, @jambonrose
-
Keith Edmiston yazdı
Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure.
-
Julien Phalip yazdı
-