<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views/admin.py, branch 1.4.17</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.17</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.17'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-11-25T19:04:56Z</updated>
<entry>
<title>[1.4.x] Fixed #23754 -- Always allowed reference to the primary key in the admin</title>
<updated>2014-11-25T19:04:56Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-11-16T15:42:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5940da16afb314c52cf52d4aebfedb77c6cc886b'/>
<id>urn:sha1:5940da16afb314c52cf52d4aebfedb77c6cc886b</id>
<content type='text'>
This change allows dynamically created inlines "Add related" button to work
correcly as long as their associated foreign key is pointing to the primary
key of the related model.

Thanks to amorce for the report, Julien Phalip for the initial patch,
and Collin Anderson for the review.

Backport of f9c4e14aeca7df79991bca8ac2d743953cbd095c from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.</title>
<updated>2014-10-06T13:08:45Z</updated>
<author>
<name>Emmanuelle Delescolle</name>
<email>emma@lasolution.be</email>
</author>
<published>2014-10-05T18:06:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f58392d8d8b68e2e7777768f39941cd995ce16e4'/>
<id>urn:sha1:f58392d8d8b68e2e7777768f39941cd995ce16e4</id>
<content type='text'>
Thanks Simon Charette for review.

Backport of a24cf21722 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.</title>
<updated>2014-09-08T18:22:29Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-09-04T21:04:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=065caafa70b6c422f73e364a4c241b6538969d7b'/>
<id>urn:sha1:065caafa70b6c422f73e364a4c241b6538969d7b</id>
<content type='text'>
This fixes a regression introduced by the 53ff096982 security fix.

Thanks to @a1tus for the report and Tim for the review.

refs #23329.

Backport of 342ccbd from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.</title>
<updated>2014-08-28T02:12:37Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-08-21T15:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4685026840f0e2b895f980b6a33ad1b282aa7852'/>
<id>urn:sha1:4685026840f0e2b895f980b6a33ad1b282aa7852</id>
<content type='text'>
Thanks to Trac alias Markush2010 and ross for the detailed reports.

Backport of 3cbb759 from master
</content>
</entry>
<entry>
<title>[1.4.X] Fixed #18530 -- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.</title>
<updated>2012-09-15T23:33:56Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-09-15T23:33:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=336dfc3413b22bc5a5008bba7ff383886da96d60'/>
<id>urn:sha1:336dfc3413b22bc5a5008bba7ff383886da96d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17198 -- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs #16819.</title>
<updated>2012-03-03T02:13:35Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-03T02:13:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d636150e533a2954f9b74aa6ca2e7375b18437ef'/>
<id>urn:sha1:d636150e533a2954f9b74aa6ca2e7375b18437ef</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13068 (again) -- Corrected the admin stacked inline template to allow prepopulated fields to work (Thanks Stanislas Guerra for the report). Also fixed a regression introduced in [16953] where prepopulated fields wouldn't be recognized any more due to the additional "field-" CSS class name prefix.</title>
<updated>2012-02-19T16:42:12Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-19T16:42:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0c2228709b0481eac09c860d7a4a30d3987cc19'/>
<id>urn:sha1:f0c2228709b0481eac09c860d7a4a30d3987cc19</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17515 -- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip.</title>
<updated>2012-02-09T18:59:05Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-09T18:59:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dbeb4bca4638ff851a2f4844d262dbe1652f7b5'/>
<id>urn:sha1:4dbeb4bca4638ff851a2f4844d262dbe1652f7b5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBUG` is `False`.</title>
<updated>2012-02-05T10:26:05Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-05T10:26:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f6cf4aba1d3db4be9a0d593becfc10bc4aa1fbe'/>
<id>urn:sha1:0f6cf4aba1d3db4be9a0d593becfc10bc4aa1fbe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Stopped unconditionally reversing admin model add/change URLs.</title>
<updated>2011-12-19T14:59:14Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-12-19T14:59:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=554f0601b59309df8c9da2f14c56f9ea97aabc91'/>
<id>urn:sha1:554f0601b59309df8c9da2f14c56f9ea97aabc91</id>
<content type='text'>
Starting with [16857] this could cause HTTP 500 errors when
`ModelAdmin.get_urls()` has been customized to the point it doesn't
provide these standard URLs.

Fixes #17333. Refs #15294.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
