summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-15Typo in 1.7 release notesBruno Renié
2013-12-15Added internal link to i18n documentation.Baptiste Mispelon
2013-12-14Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
2013-12-14Revert "Allowed running GIS form tests that don't require spatial database"Claude Paroz
2013-12-14Fixed #21250 -- Made HTTP auth user header configurable in testsBartolomé Sánchez
2013-12-14Clarifed table rewrites in migration docs.Marti Raudsepp
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-14Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
2013-12-14Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docsBouke Haarsma
2013-12-14Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-12-14Allowed running GIS form tests that don't require spatial databaseJakub Gocławski
2013-12-14Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidgetJakub Gocławski
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-12-13Added 1.6.2 release notes stub.Tim Graham
2013-12-13Merge pull request #2067 from dominicrodger/masterTim Graham
2013-12-13Changed documentation of HttpResponse.content to indicate it's a bytestringBaptiste Mispelon
2013-12-12Copied 1.6.1 release notes from stable/1.6.x branch.Tim Graham
2013-12-12Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.Baptiste Mispelon
2013-12-12Fixed PEP257 violations (single-quoted docstrings) in utils.text.Baptiste Mispelon
2013-12-12Moving notes for assertNumQueries next to the other changes to test infrastru...Dominic Rodger
2013-12-12Improved translation maintenance scriptClaude Paroz
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11Brought comments in sync with the code in BaseAppCache.Aymeric Augustin
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-11Better default name for migrations we can't give nice names toAndrew Godwin
2013-12-11Change FKs when what they point to changesAndrew Godwin
2013-12-11Fix sqlmigrate's output for parametersAndrew Godwin
2013-12-10Moved imports to the top of the defaultfilters module.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-10Merge pull request #2058 from c-schmitt/fixes_21560Claude Paroz
2013-12-09Fixed #21560 -- missing 'slug' field in example codeChristian Schmitt
2013-12-08Removed an erroneous leading slash introduced by a626bdf648a.Simon Charette
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-12-08Merge pull request #2052 from loic/setup.cfgFlorian Apolloner
2013-12-08Made flake8 ignore the .git directory.Loic Bistuer
2013-12-08Merge pull request #2048 from loic/ValidationError.message_dictFlorian Apolloner
2013-12-07Merge pull request #2050 from maurycyp/masterAlex Gaynor
2013-12-07Renamed first argument of class method to clsmaurycyp
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Fixed #21573 -- Improved performance of utils.text.normalize_newlines.Vajrasky Kok
2013-12-07Trigger AttributeError in ValidationError.message_dict when error_dict is mis...Loic Bistuer
2013-12-07Removed unneeded string normalization in contrib.adminClaude Paroz
2013-12-07Added extra newline for flake8.Tim Graham
2013-12-07Fixed #21555 -- Made ValidationError pickable.Loic Bistuer
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz