summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee2010-04-212-5/+28
* Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...Russell Keith-Magee2010-04-211-2/+11
* Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...Russell Keith-Magee2010-04-211-5/+4
* Revert part of r12998 that prevents the forms doctests in tests.py from running.Karen Tracey2010-04-202-3/+1
* Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...Russell Keith-Magee2010-04-203-0/+16
* Fixed #13382 -- Modified a message used for testing purposes to allow test pa...Russell Keith-Magee2010-04-201-1/+1
* Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee2010-04-191-1/+30
* Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...Russell Keith-Magee2010-04-191-2/+9
* Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee2010-04-191-1/+1
* Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel2010-04-191-0/+8
* Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee2010-04-161-0/+39
* Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee2010-04-163-9/+9
* Add file mistakenly left out of r12986. Refs #13334.Karen Tracey2010-04-151-0/+1
* Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey2010-04-152-0/+43
* Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...Karen Tracey2010-04-151-4/+4
* Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey2010-04-155-0/+50
* Fixed a test failure under Postgres caused by primary key sequence allocation.Russell Keith-Magee2010-04-151-3/+3
* Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee2010-04-152-1/+26
* Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee2010-04-151-1/+14
* Fixed Python 2.4 incompatibility introduced in r12972.Karen Tracey2010-04-141-1/+1
* Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey2010-04-149-2/+33
* Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...Karen Tracey2010-04-141-1/+5
* Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...Russell Keith-Magee2010-04-131-1/+19
* Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel2010-04-131-1/+1
* Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...Russell Keith-Magee2010-04-121-1/+345
* Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner2010-04-121-3/+10
* Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee2010-04-121-0/+6
* Fixed #11696: Changed app loading code so that it does not swallow import err...Karen Tracey2010-04-123-1/+28
* Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee2010-04-114-12/+17
* Fixed #13298 -- Modified test assertion to ensure that javascript variables a...Russell Keith-Magee2010-04-111-1/+1
* Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee2010-04-102-1/+14
* Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...Russell Keith-Magee2010-04-091-0/+8
* Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee2010-04-091-1/+28
* Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee2010-04-092-0/+8
* Fixed test failure that was occurring since r12908Luke Plant2010-04-061-6/+6
* Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee2010-04-051-0/+5
* Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee2010-04-053-0/+8
* Tweaked a test model in delete_regress to avoid having a column name that cau...Karen Tracey2010-04-041-1/+1
* Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...Russell Keith-Magee2010-04-041-1/+1
* Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee2010-04-041-6/+44
* Fixed #12247 -- Corrected the way update queries are processed when the updat...Russell Keith-Magee2010-04-032-0/+62
* Fixed #11956 -- Modified the handling of m2m relationships between subclasses...Russell Keith-Magee2010-04-021-0/+19
* Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...Russell Keith-Magee2010-04-013-8/+25
* Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee2010-04-011-0/+10
* Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee2010-04-012-2/+33
* Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...Russell Keith-Magee2010-03-311-3/+27
* Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee2010-03-311-0/+33
* Restored pre-r10062 behavior allowing None from formfield_callback to exclude...Brian Rosner2010-03-311-0/+29
* Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee2010-03-301-12/+20
* Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...Russell Keith-Magee2010-03-301-21/+139