<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/auth/tests/urls.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-02-11T15:19:22Z</updated>
<entry>
<title>Moved contrib.auth tests out of contrib.</title>
<updated>2015-02-11T15:19:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-10T14:17:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d7aca3da0a46c09e9c70ebdb56ed340691a999f'/>
<id>urn:sha1:2d7aca3da0a46c09e9c70ebdb56ed340691a999f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecated some arguments of django.shortcuts.render(_to_response).</title>
<updated>2014-12-28T16:02:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-12-14T09:17:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdbfc98003f0ba2d3a12def63a75560791f3602d'/>
<id>urn:sha1:fdbfc98003f0ba2d3a12def63a75560791f3602d</id>
<content type='text'>
dictionary and context_instance and superseded by context.

Refactored tests that relied context_instance with more modern idioms.
</content>
</entry>
<entry>
<title>Avoided rewrapping Contexts in render_to_response.</title>
<updated>2014-11-22T16:58:38Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-11-22T08:22:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=733178830072caeca3c054a220808b4c557faec4'/>
<id>urn:sha1:733178830072caeca3c054a220808b4c557faec4</id>
<content type='text'>
This change preserves backwards-compatibility for a very common misuse
of render_to_response which even occurred in the official documentation.

It fixes that misuse wherever it happened in the code base and docs.

Context.__init__ is documented as accepting a dict and nothing else.
Since Context is dict-like, Context(Context({})) could work to some
extent. However, things get complicated with RequestContext and that
gets in the way of refactoring the template engine. This is the real
rationale for this change.
</content>
</entry>
<entry>
<title>Limited lines to 119 characters in django/</title>
<updated>2014-09-05T13:22:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-04T12:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1101467ce0756272a54f4c7bc65c4c335a94111b'/>
<id>urn:sha1:1101467ce0756272a54f4c7bc65c4c335a94111b</id>
<content type='text'>
refs #23395.
</content>
</entry>
<entry>
<title>Fixed #23276 -- Deprecated passing views as strings to url().</title>
<updated>2014-08-12T17:15:40Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-08-12T14:54:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9fd740d22bc4fed5fdb280c036618000ee13df1'/>
<id>urn:sha1:a9fd740d22bc4fed5fdb280c036618000ee13df1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22218 -- Deprecated django.conf.urls.patterns.</title>
<updated>2014-04-03T11:28:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-02T00:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5'/>
<id>urn:sha1:d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5</id>
<content type='text'>
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
</content>
</entry>
<entry>
<title>Fixed #21774 -- Isolate all test urls from eachother.</title>
<updated>2014-01-14T15:43:27Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-01-14T15:43:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2607fa901699916c4825f145fa8a84f49b8524ff'/>
<id>urn:sha1:2607fa901699916c4825f145fa8a84f49b8524ff</id>
<content type='text'>
This (nearly) completes the work to isolate all the test modules from
each other. This is now more important as importing models from another
module will case PendingDeprecationWarnings if those modules are not in
INSTALLED_APPS. The only remaining obvious dependencies are:

- d.c.auth depends on d.c.admin (because of the is_admin flag to some
  views), but this is not so important and d.c.admin is in
  always_installed_apps
- test_client_regress depends on test_client. Eventually these should
  become a single module, as the split serves no useful purpose.
</content>
</entry>
<entry>
<title>Started attackign the next flake8 violation</title>
<updated>2013-10-31T15:42:28Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-10-31T15:42:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=726ded5708e4e8767e69a6f6f6a039e75667ce03'/>
<id>urn:sha1:726ded5708e4e8767e69a6f6f6a039e75667ce03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start attacking E231 violations</title>
<updated>2013-10-24T17:30:03Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-10-24T17:30:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bf5610890530ce5db9af7ef89ae5b8612f46a94'/>
<id>urn:sha1:9bf5610890530ce5db9af7ef89ae5b8612f46a94</id>
<content type='text'>
</content>
</entry>
</feed>
