summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-08-28Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-28Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Fixed #23349 -- Clarified details about RunPython's apps argument.Richard Eames
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-27Documented --database option for migrate.Tim Graham
2014-08-27Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a un...Tim Graham
2014-08-27Fixed tiny commit style inconsistency in committing code documentation.Erik Romijn
2014-08-26Fixed clone URL of Django git repository.Duncan Parkes
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites frame...Tim Graham
2014-08-26Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ...Tim Graham
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Document that we should also offer sha256 checksums for packagesAlex Gaynor
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as s...Tim Graham
2014-08-26Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-26Fixed spelling mistake in file docs.Tim Graham
2014-08-26Added words to spelling_wordlist.Tim Graham
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
2014-08-26Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-24Fixed #23131 -- Documented serialization of callable functions in migrations.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23Clarified release preparation step about dates.Tim Graham
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-20Added dates to release notes.Tim Graham
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.Preston Holmes
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20Fixed typo in 1.7 release notesClaude Paroz
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ...Tim Graham
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham