summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-11Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen
2013-05-10Updated my bio.Jannis Leidel
2013-05-10Make a start on operations and state (not sure if final layout)Andrew Godwin
2013-05-10Fixed an obvious typo.Alex Gaynor
2013-05-10Do some basic testing of the recorderAndrew Godwin
2013-05-10Add root_node and leaf_node functions to MigrationGraphAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Fixed two admin_views tests under Oracle.Aymeric Augustin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin
2013-05-10Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-05-10[py3] Made GeoIP tests pass with Python 3Claude Paroz
2013-05-10Fixed #20384 -- Forced GeoIP_open path argument to bytestringClaude Paroz
2013-05-09Fixed a test that fails under Python 3.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Further removal of static admin validation that can fail erroneouslyLuke Plant
2013-05-09Fixed conditional skipping of test for left/right lookup types.Aymeric Augustin
2013-05-09Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor
2013-05-09Rest of the _meta.app_cache stuff. Schema tests work now.Andrew Godwin
2013-05-09Split out a BaseAppCache, make AppCache borg again, add _meta.app_cacheAndrew Godwin
2013-05-09Removed a test that didn't make sense; code could never be called the way the...Alex Gaynor
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-09Whoops. Need to be good and use six.Andrew Godwin
2013-05-09Improve error message for bad FK resolutionAndrew Godwin
2013-05-08Merge pull request #1049 from mfogel/remove-unescessary-parameter-checksAlex Gaynor
2013-05-09Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5Luke Plant
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-05-08Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin
2013-05-08Added an HTTP status code to Django's WSGI application that was missing (reas...Alex Gaynor
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-05-08[py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-08Fixed #20256 -- Corrected startproject --template help textClaude Paroz
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-05-07Fixed inconsistent punctuation in tutorial 5.Carl Meyer
2013-05-07Python 2.5 is not relevant to master.Carl Meyer
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-05-07Remove outdated ForeignKey manager documentation.Mike Fogel
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
2013-05-06Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
2013-05-06Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham
2013-05-05Found a mistake in SQL documentationChristopher Allen-Poole
2013-05-05Ensured that the javascript_catalog view doesn't leak translations.Florian Apolloner
2013-05-05Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b.Florian Apolloner
2013-05-04One more changed import location of wrapsClaude Paroz
2013-05-04Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz
2013-05-04Systematically imported wraps from functoolsClaude Paroz