summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
Thanks François Freitag for review.
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
2017-05-19Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving ↵Tim Graham
child model. Regression in 38575b007a722d6af510ea46d46393a4cda9ca29.
2017-05-18Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().François Freitag
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-05-15Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.Tim Schneider
2017-05-15Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends ↵Tamas Szabo
don't accept a request.
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-05-14Refs #28196 -- Removed mentions of bytestrings for EmailMessageClaude Paroz
With Python 3, there are no more reasons to special-case EmailMessage arguments which should be plain strings.
2017-05-13Documented OSMWidget.default_lat/lon.Danilo Bargen
2017-05-12Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.Tim Graham
2017-05-11Fixed #28188 -- Fixed crash when pickling model fields.Tim Graham
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86. Thanks Adam Alton for the report and test, and Adam Johnson for suggesting the fix.
2017-05-11Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.Riccardo Magliocchetti
2017-05-11Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.Alexander Allakhverdiyev
2017-05-10Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.UmanShahzad
2017-05-08Refs #27795 -- Stopped converting integer format settings to str in JS/JSON ↵Claude Paroz
i18n views Thanks Tim Graham for the review.
2017-05-08Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal ↵Tim Graham
isn't installed.
2017-05-08Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.Tim Graham
Follow up to: ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support) ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support) 8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and ↵Josh Schneier
get_full_name() in AbstractBaseUser subclasses.
2017-05-06Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.Tim Graham
2017-05-06Added stub release notes for 1.11.2.Tim Graham
2017-05-06Added release date for 1.11.1.Tim Graham
2017-05-06Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.François Freitag
When a connection pooler is set up in transaction pooling mode, queries relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS setting in DATABASES disables server-side cursors for this use case.
2017-05-05Refs #22654 -- Added additional tests and amended release note.Raphael Michel
2017-05-05Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign ↵Tim Graham
key's parent model as the lookup value. Thanks Simon Charette for review.
2017-05-05Fixed typo in docs/ref/forms/fields.txt.Christoph Schindler
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-05-04Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in ↵François Freitag
nested Prefetches.
2017-05-04Fixed broken links to Oracle docs.Mariusz Felisiak
2017-05-04Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
Thanks Tim for the review.
2017-05-03Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child ↵Tim Graham
model. Regression in 38575b007a722d6af510ea46d46393a4cda9ca29.
2017-05-03Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using ↵Alexander Kavanaugh
save_as_new. Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e.
2017-05-03Fixed broken link to QUnit docs.Mariusz Felisiak
2017-05-03Fixed #28157 -- Fixed choice ordering in form fields with grouped and ↵Tim Graham
non-grouped options. Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
2017-05-02Fixed broken link to mysqlclient docs.Tim Graham
2017-05-01Refs #28100 -- Added 1.11.1 release note for ↵Tim Graham
e6bfd3d751278d7cfd09af1120c4bbce509c05da.
2017-05-01Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.Markus Holtermann
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
2017-05-01Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.Ian Foote
2017-05-01Fixed #28139 -- Added another level of headings in the topics index.Tim Graham
2017-04-30Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when ↵Dylan Verheul
overriding existing attrs.
2017-04-29Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.Tim Graham
Thanks Preston Timmons for review.
2017-04-29Fixed typo in docs/topics/auth/default.txt.shinriyo
2017-04-28Refs #28138 -- Added release notes for d52577b62b3138674807ac74251fab7faed48331.Mariusz Felisiak
2017-04-28Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms.Tim Graham
Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c.
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
Thanks Tim Graham for the review.
2017-04-26Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.Daniel F Moisset
2017-04-26Added links and cosmetic edits to docs/ref/request-response.txt.Tim Graham
2017-04-26Fixed #28137 -- Deprecated HttpRequest.xreadlines().Josh Schneier
2017-04-26Fixed #27730 -- Doc'd that template vars created outside a block can't be ↵kapil garg
used in it.
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier