summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-12-25Fixed #21669 -- Typo in docs/ref/forms/fields.txt.Tim Graham
2013-12-24Copy-edited previous commit.Aymeric Augustin
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-19Fixed #21478 -- Corrected docs for when Field.db_type() is called.Anubhav Joshi
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-12-18Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-12-18Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suiteTianyi Wang
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-15Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15Merge pull request #2079 from brutasse/masterAlex Gaynor
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-15Fix docs typoAndrew Godwin
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-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-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-12Moving notes for assertNumQueries next to the other changes to test infrastru...Dominic Rodger
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude 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-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07Added fix for #21530 to 1.6.1 release notes.Baptiste Mispelon
2013-12-06Removed a u'' prefix that prevented the docs from building on Python 3.2.Tim Graham