summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-05-10Add root_node and leaf_node functions to MigrationGraphAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin
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 #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-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 fragile admin validation of fields on ModelFormLuke Plant
2013-05-08Added an HTTP status code to Django's WSGI application that was missing (reas...Alex Gaynor
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 #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-05-05Ensured that the javascript_catalog view doesn't leak translations.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
2013-05-04Used ngettext in a formsets error messageClaude Paroz
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-04-28Fixed #18336 -- Doubled request_queue_size.Aymeric Augustin
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-25Converted a list comprehension into a generator expression in query_utils.pyAdrian Holovaty
2013-04-25Negligible formatting fixes in query_utils.pyAdrian Holovaty
2013-04-25Removed an errant ipdb import from commit 9777442Adrian Holovaty
2013-04-24Fixed documentation of disable_constraint_checkingMichael Manfre
2013-04-23Clearer explanation when exception has no messageMarti Raudsepp
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-19Fix schema editor interaction with new transactionsAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-18Use `LOOKUP_SEP` in `get_or_create`.Simon Charette
2013-04-15Updated get_ogr_db_string in inspectapp tests to support MySQL/SpatialiteClaude Paroz
2013-04-15Properly used test skipping in OGRInspectTest TestCaseClaude Paroz
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-13Fixed #17840 -- Generalized named placeholders in form error messagesClaude Paroz
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon