summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-07-14[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that su...Srinivas Reddy Thatiparthy
2017-07-13[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ...Mark Rogaski
2017-07-12[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrappe...Sergey Fedoseev
2017-07-11[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...Irindu Indeera
2017-07-11[1.11.x] Updated name of topics/db/queries link on index.Tom
2017-07-10[1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a...Mariusz Felisiak
2017-07-06[1.11.x] Fixed #28361 -- Fixed possible time-related failure in was_published...marton bognar
2017-07-06[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time format...Tim Graham
2017-07-04[1.11.x] Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-07-01[1.11.x] Added stub release notes for 1.11.4.Tim Graham
2017-07-01[1.11.x] Added release date for 1.11.3.Tim Graham
2017-06-30[1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().Jon Dufresne
2017-06-30[1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with no...Simon Charette
2017-06-28[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ...Mike Vasiliou
2017-06-27[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura
2017-06-26[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-06-22[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...Josh Schneier
2017-06-20[1.11.x] Fixed typo in docs/ref/request-response.txt.aruseni
2017-06-20[1.11.x] Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham
2017-06-19[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...François Freitag
2017-06-17[1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget t...Tim Graham
2017-06-17[1.11.x] Fixed #28303 -- Prevented localization of attribute values in the DT...Tim Graham
2017-06-14[1.11.x] Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).Tim Graham
2017-06-13[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a fi...Matthias Kestenholz
2017-06-13[1.11.x] Fixed #28229 -- Fixed the value of LoginView's "next" template varia...Mikhail Golubev
2017-06-13[1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning ...orf
2017-06-13[1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() when...Mariusz Felisiak
2017-06-12[1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited...Paulo
2017-06-12[1.11.x] Fixed #27655 -- Added some guidelines to the coding style docs.Tim Graham
2017-06-09[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-09[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-06-08[1.11.x] Fixed #28282 -- Fixed class-based indexes name for models that only ...Jon Dufresne
2017-06-08[1.11.x] Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-06-07[1.11.x] Corrected FileExtensionValidator doc regarding the value being valid...Tim Graham
2017-06-07[1.11.x] Simplified tutorial's test names and docstrings.Tim Graham
2017-06-07[1.11.x] Fixed #28233 -- Used a simpler example in the aggregation "cheat she...Tim Graham
2017-06-06[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-06[1.11.x] Updated was_published_recently() tutorial test to check boundary con...Tim Graham
2017-06-06[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.Tim Graham
2017-06-06[1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invali...Paulo
2017-06-05[1.11.x] Fixed #28102 -- Doc'd how to compute path to built-in widget templat...Windson yang
2017-06-05[1.11.x] Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a ne...Paulo
2017-06-05[1.11.x] Fixed #28269 -- Fixed Model.__init__() crash on models with a field ...Adam Johnson
2017-06-05[1.11.x] Fixed typo in docs/ref/forms/fields.txt.Tim Graham
2017-06-03[1.11.x] Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-06-03[1.11.x] Fixed #28190 -- Clarifed how include/extends treat template names.Anupam
2017-06-02[1.11.x] Fixed #26028 -- Added overriding templates howto.Philip James
2017-06-02[1.11.x] Fixed #28265 -- Prevented renderer warning on Widget.render() with *...Jon Dufresne
2017-06-02[1.11.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman
2017-06-01[1.11.x] Clarified QuerySet.iterator()'s docs on server-side cursors.François Freitag