<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/admin_views, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.</title>
<updated>2021-03-18T13:21:12+00:00</updated>
<author>
<name>Johannes Maron</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2021-03-18T10:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a8fef6daaf75cd24262d973b154fb6580efd99a4'/>
<id>a8fef6daaf75cd24262d973b154fb6580efd99a4</id>
<content type='text'>
In MTI or ForeignKey as primary key cases, it is required to fetch the attname
from the field instance on the remote model in order to reliably resolve the
to_field_name.

Backport of ceb4b9ee68dffc6ab0398886f1758f15f037c472 from main Backport of 03d0f12c823239812da21e5180aaa74dc6fd146e from main

Co-authored-by: Johannes Maron &lt;info@johanneshoppe.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In MTI or ForeignKey as primary key cases, it is required to fetch the attname
from the field instance on the remote model in order to reliably resolve the
to_field_name.

Backport of ceb4b9ee68dffc6ab0398886f1758f15f037c472 from main Backport of 03d0f12c823239812da21e5180aaa74dc6fd146e from main

Co-authored-by: Johannes Maron &lt;info@johanneshoppe.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.</title>
<updated>2021-01-19T11:00:40+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2021-01-19T10:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a5d70cca12aaa1067871eb4e67ab2ed088d1edd6'/>
<id>a5d70cca12aaa1067871eb4e67ab2ed088d1edd6</id>
<content type='text'>
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #16117 -- Added decorators for admin action and display functions.</title>
<updated>2021-01-13T16:19:22+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2021-01-13T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=920448539631b52dcee53bd32a880abbc9de18bd'/>
<id>920448539631b52dcee53bd32a880abbc9de18bd</id>
<content type='text'>
Refs #25134, #32099.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #25134, #32099.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31747 -- Fixed model enumeration via admin URLs.</title>
<updated>2021-01-12T13:37:56+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2021-01-12T13:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ba31b0103442ac891fb3cb98f316781254e366c3'/>
<id>ba31b0103442ac891fb3cb98f316781254e366c3</id>
<content type='text'>
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.</title>
<updated>2021-01-12T10:37:38+00:00</updated>
<author>
<name>Johannes Maron</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2021-01-12T10:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3071660acfbdf4b5c59457c8e9dc345d5e8894c5'/>
<id>3071660acfbdf4b5c59457c8e9dc345d5e8894c5</id>
<content type='text'>
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
  to_field rather than the PK.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
  to_field rather than the PK.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in tests/admin_views/test_history_view.py test name.</title>
<updated>2020-12-18T08:23:22+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-12-18T08:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9ef0394b5413b702d2bfc7f151d565982fe29837'/>
<id>9ef0394b5413b702d2bfc7f151d565982fe29837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoided direct styles in admin templates.</title>
<updated>2020-11-10T20:32:15+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-11-10T20:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=187482d743c1bf27e32b43f37314607248106af4'/>
<id>187482d743c1bf27e32b43f37314607248106af4</id>
<content type='text'>
Direct styles might be forbidden by Content Security Policies.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Direct styles might be forbidden by Content Security Policies.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #25780 -- Removed redundant status code assertions from tests.</title>
<updated>2020-10-28T11:26:49+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-09-06T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=cee93c6ba1493d8578fb6285a4ba33034ee7ceb7'/>
<id>cee93c6ba1493d8578fb6285a4ba33034ee7ceb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed admin_views's test_history_view on databases that don't use serial pks.</title>
<updated>2020-10-26T09:44:55+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2020-10-26T09:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=83a8da576dc6ccd6986e6426a308b69b9639b818'/>
<id>83a8da576dc6ccd6986e6426a308b69b9639b818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made test_change_list_sorting_model_admin_reverse's assertions more specific.</title>
<updated>2020-10-18T17:48:06+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2020-10-18T17:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=78eeb24774b9beb765ff6d5b445784be65f520cb'/>
<id>78eeb24774b9beb765ff6d5b445784be65f520cb</id>
<content type='text'>
The test could fail on databases like CockroachDB that use non-serial
primary keys if the numbers (2000, etc.) appeared in the pk values.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test could fail on databases like CockroachDB that use non-serial
primary keys if the numbers (2000, etc.) appeared in the pk values.</pre>
</div>
</content>
</entry>
</feed>
