summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-10-08[1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt.Tim Graham
2016-10-07[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-10-07[1.10.x] Updated security team roster.Markus Holtermann
2016-10-07[1.10.x] Doc'd that model instances with pk=None don't compare equal.Adam Chainz
2016-10-06[1.10.x] Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-06[1.10.x] Documented AppRegistryNotReady.Aymeric Augustin
2016-10-04[1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models.Jonatas CD
2016-10-04[1.10.x] Documented render_to_string()'s `using` parameter.Corey Farwell
2016-10-04[1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth back...Tim Graham
2016-10-04[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04[1.10.x] Fixed #27279 -- Fixed a migration performance regression related to ...Simon Charette
2016-10-04[1.10.x] Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-10-03[1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-01[1.10.x] Added stub release notes for 1.10.3.Tim Graham
2016-10-01[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ...Claude Paroz
2016-10-01[1.10.x] Added release date for 1.10.2.Tim Graham
2016-10-01[1.10.x] Confirmed support for PostGIS 2.3.Tim Graham
2016-09-30[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectM...Tim Graham
2016-09-30[1.10.x] Fixed #27294 -- Documented UserCreationForm's fields.Lewis Cowles
2016-09-30[1.10.x] Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30[1.10.x] Updated links to the current version of MySQL docs.Tim Graham
2016-09-29[1.10.x] Fixed typos in docs/howto/deployment/checklist.txt.Laurent
2016-09-29[1.10.x] Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-29[1.10.x] Fixed import typos in the docs.Frank Wiles
2016-09-28[1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-28[1.10.x] Fixed #27289 -- Corrected View.as_view() explanation.Tim Graham
2016-09-28[1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-27[1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
2016-09-27[1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-27[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
2016-09-26[1.10.x] Added CVE-2016-7401 to the security release archive.Tim Graham
2016-09-26[1.10.x] Added a CVE role for Sphinx.Tim Graham
2016-09-26[1.10.x] Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.Tim Graham
2016-09-26[1.10.x] Added release notes for 1.9.10 and 1.8.15 releases.Tim Graham
2016-09-26[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-26[1.10.x] Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets....Tim Graham
2016-09-23[1.10.x] Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-22[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...Tim Graham
2016-09-19[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings....Alasdair Nicol
2016-09-17[1.10.x] Fixed a typo in docs/topics/auth/default.txt.aruseni
2016-09-17[1.10.x] Corrected docs for return type of Field.formfield().zhuanyenan
2016-09-15[1.10.x] Fixed typo in docs/ref/settings.txt.Tim Graham
2016-09-14[1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.Michael Scott
2016-09-12[1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.Tim Graham
2016-09-12[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
2016-09-09[1.10.x] Normalized spelling of ETag.Tim Graham
2016-09-07[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & o...Nicola Jordan
2016-09-07[1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta
2016-09-07[1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mod...Markus Gerards