Claude Paroz
|
4a103086d5
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
|
2012-06-07 18:08:47 +02:00 |
|
Julien Phalip
|
d3154d1896
|
Fixed #8291 -- Allowed 'pk' to be used as an ordering option in Model.Meta . Thanks to peterd12 for the report and to evan_schulz, gruszczy, frog32 and David Gouldin for their work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-02-04 19:56:40 +00:00 |
|
Karen Tracey
|
efe4e2e517
|
Fix #16570: Restore ability to have decimal fields where max_digits equals decimal_places. Thanks dcwatson and kenth.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-11-12 19:53:56 +00:00 |
|
Alex Gaynor
|
d5a45d79fe
|
Convert all modeltests to use absolute imports, rather than relative ones.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-10-13 18:04:12 +00:00 |
|
Malcolm Tredinnick
|
bb99fe46b7
|
Fix test from r16678 and r16681 properly for Oracle.
Fixes #16694, with thanks to aagustin for the Oracle testing and
tweaking.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-25 09:23:49 +00:00 |
|
Malcolm Tredinnick
|
75ddbf77a6
|
Teach "django-admin.py validate" to forbid nullable primary keys.
Fixes #15884, with thanks to JustinTArthur and Julie Pichon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-23 23:43:29 +00:00 |
|
Russell Keith-Magee
|
a39066ba0b
|
Fixed #16299 -- Ensure that unicode strings can be used to identify classes in ForeignKey and ManyToManyFields. Unicode strings aren't actually legal as class names, but this is an issue if you use from __future__ import unicode_literals in your models.py file. Thanks to Martijn Bastiaan for the report, and Anthony Briggs for the final patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-23 05:12:31 +00:00 |
|
Russell Keith-Magee
|
1e72b1c5c1
|
Fixed #16681 -- Refactored the invalid_models unit test so that it can be invoked manually. Thanks to Anthony Briggs for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-23 04:25:07 +00:00 |
|