mirror of
https://github.com/django/django.git
synced 2024-11-18 23:44:22 +00:00
e1643e3535
This commit also changes the string pk to string_pk instead of id, to test if the admin uses .pk throughout the codebase.
7 lines
338 B
XML
7 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<django-objects version="1.0">
|
|
<object pk="1" model="admin_views.modelwithstringprimarykey">
|
|
<field type="CharField" name="string_pk"><![CDATA[abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`]]></field>
|
|
</object>
|
|
</django-objects>
|