summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-01[1.11.x] Bumped version for 1.11.3 release.1.11.3Tim 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-22[1.11.x] Simplified schema.tests with assertForeignKeyExists()/assertForeignK...Mariusz Felisiak
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] Refs #24423 -- Readded inadvertently deleted i18n tests.Claude Paroz
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] Refs #23853 -- Updated sql.query.Query.join() docstring.Tim Graham
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] Added a test for Model._meta._property_names.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 #26755 -- Fixed test_middleware_classes_headers if Django sour...Chris Lamb
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
2017-06-01[1.11.x] Sorted imports per isort 4.2.9.Tim Graham
2017-06-01[1.11.x] Added stub release notes for 1.11.3.Tim Graham
2017-06-01[1.11.x] Post-release version bump.Tim Graham
2017-06-01[1.11.x] Bumped version for 1.11.2 release.1.11.2Tim Graham