django/tests
Simon Charette 3d35ea4300 [1.5.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
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 f9c4e14aec from master
2014-11-25 14:00:17 -05:00
..
modeltests [1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. 2014-08-20 11:44:02 -04:00
regressiontests [1.5.x] Fixed #23754 -- Always allowed reference to the primary key in the admin 2014-11-25 14:00:17 -05:00
requirements [1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txt 2013-12-02 13:41:18 -05:00
templates Fixed #18807 -- Made 404.html and 500.html optional 2012-09-30 23:16:19 +02:00
.coveragerc Fixed #16817 - Added a guide of code coverage to contributing docs. 2012-10-11 06:11:52 -04:00
runtests.py [1.5.x] Fixed #18985 -- ensure module level deprecations are displayed 2013-03-27 10:37:47 -05:00
test_sqlite.py Use faster password hasher in sqlite tests 2012-04-30 22:10:27 +03:00
urls.py Made sure the new project template functionality works when the template 2011-12-29 17:03:38 +00:00