<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views/tests.py, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call</title>
<updated>2013-02-24T12:23:23Z</updated>
<author>
<name>Wiktor Kolodziej</name>
<email>wiktor@pykonik.org</email>
</author>
<published>2013-02-24T12:18:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f07a5f0a21857204465019b4e68f914d31cb396a'/>
<id>urn:sha1:f07a5f0a21857204465019b4e68f914d31cb396a</id>
<content type='text'>
Original patch rewritten, added tests and get_filters_params method for ChangeList class.
Thanks Alex for the report.
</content>
</entry>
<entry>
<title>Made a couple of selenium tests wait for page loaded</title>
<updated>2013-02-20T21:56:57Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-02-20T01:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50677b29af39ca670274fb45087415c883c78b04'/>
<id>urn:sha1:50677b29af39ca670274fb45087415c883c78b04</id>
<content type='text'>
The admin_widgets tests were issuing click() to the browser but
didn't wait for the effects of those clicks. This caused the resulting
request to be processed concurrently with the test case. When using
in-memory SQLite this caused weird failures.

Also added wait_page_loaded() to admin selenium tests for code
reuse.

Fixed #19856
</content>
</entry>
<entry>
<title>Add test for collapsible fieldset functionality in admin</title>
<updated>2013-02-20T12:48:49Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-19T16:01:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae2d04f7265bd804e82c601e9cbb52965c564418'/>
<id>urn:sha1:ae2d04f7265bd804e82c601e9cbb52965c564418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Checked object permissions on admin history view.</title>
<updated>2013-02-19T18:23:30Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-04T23:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f39eafd60761bf6a60b74d9e9859621da1b9363'/>
<id>urn:sha1:1f39eafd60761bf6a60b74d9e9859621da1b9363</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.

Patch by Russell Keith-Magee.
</content>
</entry>
<entry>
<title>Fixed #18558 -- Added url property to HttpResponseRedirect*</title>
<updated>2013-02-13T09:29:32Z</updated>
<author>
<name>Hiroki Kiyohara</name>
<email>hirokiky@gmail.com</email>
</author>
<published>2013-02-13T08:55:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e94f405d9499d310ef58b7409a98759a5f5512b0'/>
<id>urn:sha1:e94f405d9499d310ef58b7409a98759a5f5512b0</id>
<content type='text'>
Thanks coolRR for the report.
</content>
</entry>
<entry>
<title>Fixed typos in docs and comments</title>
<updated>2013-01-29T17:55:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-29T15:45:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee26797cff6ef17817c58e6a2f86db81c21f9800'/>
<id>urn:sha1:ee26797cff6ef17817c58e6a2f86db81c21f9800</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.</title>
<updated>2013-01-26T12:47:11Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-01-26T12:47:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55416e235d95b6168034236e5b1cdc581d544cc6'/>
<id>urn:sha1:55416e235d95b6168034236e5b1cdc581d544cc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expanded tests added when fixing #14529.</title>
<updated>2012-12-24T20:48:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-12-24T19:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad769efa85e0296033572315025fed9fa9aefade'/>
<id>urn:sha1:ad769efa85e0296033572315025fed9fa9aefade</id>
<content type='text'>
To make sure changes in 35d1cd0 don't break anything. Refs #19505.
</content>
</entry>
<entry>
<title>Made admin generated changelist URLs independent of dict ordering</title>
<updated>2012-12-24T01:33:24Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-12-24T01:32:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c31c2c92b8ef0b58394ac55fa4f61acc07091047'/>
<id>urn:sha1:c31c2c92b8ef0b58394ac55fa4f61acc07091047</id>
<content type='text'>
</content>
</entry>
</feed>
