Tim Graham
4224ecb74e
Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.
2017-03-21 10:50:48 -04:00
Mikkel Munch Mortensen
1e93210f1f
Fixed #27963 -- Removed unneeded docstring example in contributing docs.
2017-03-21 10:12:41 -04:00
Tim Graham
075e93c16a
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
2017-03-21 09:14:45 -04:00
Garry Polley
88c003c2bd
Removed an obsolete temporal reference in docs/faq/general.txt.
2017-03-21 08:20:54 -04:00
Mariusz Felisiak
a3af8c99d9
Removed extra characters in docs header underlines.
2017-03-20 18:30:32 -04:00
Sergey Fedoseev
66bbde6819
Clarified return value of NumGeometries GIS function.
2017-03-17 09:03:30 -04:00
Sergey Fedoseev
e32265de1a
Removed MySQL (unsupported) from Perimeter docs.
2017-03-17 07:48:12 -04:00
Alasdair Nicol
757aefc12b
Removed self from method signatures in docs.
2017-03-16 20:33:59 -04:00
Sergey Fedoseev
875aebdb2c
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
2017-03-16 20:29:31 -04:00
Sergey Fedoseev
1c3ddc0d27
Linked GIS functions docs to corresponding PostGIS docs.
2017-03-16 14:47:51 -04:00
Mariusz Felisiak
03b2d655c2
Removed unused words from docs/spelling_wordlist.
2017-03-16 14:23:33 -04:00
Tim Graham
5bd7ffc313
Updated postgis.net and gaia-gis.it links to https.
2017-03-16 14:01:45 -04:00
Adi Mukherjee
b00bf52034
Updated Django checkout URL to use https.
...
It's slightly more compatible than the git protocol.
2017-03-16 13:46:34 -04:00
Bo Marchman
7a7b331cd5
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
2017-03-15 13:01:21 -04:00
Pavel Kulikov
0d83052e52
Fixed #27918 -- Documented ChoiceWidget.option_template_name
2017-03-15 09:38:06 -04:00
lb1c
36f2262741
Fixed incorrect import in docs/ref/models/expressions.txt.
2017-03-15 08:09:48 -04:00
Brad Melin
b625907a79
Fixed #27834 -- Added StrIndex database function.
2017-03-14 19:58:56 -04:00
Tobias McNulty
3f64fd2f75
Replaced docs/internals/team.txt with DSF teams page.
2017-03-14 16:36:44 -04:00
Mads Jensen
a7ec7afce1
Fixed typo in docs/topics/db/aggregation.txt header.
2017-03-14 11:11:14 -04:00
Florian Apolloner
bf0dff4bed
Typo fix.
2017-03-13 22:01:42 +01:00
Adam Chainz
a452dddb25
Fixed #27904 -- Added a system check that Field.validators are callable.
2017-03-11 12:27:29 -05:00
Mariusz Felisiak
75503a823f
Fixed #27924 -- Added support for cx_Oracle 5.3.
...
- Fixed Oracle backend due to cx_Oracle 5.3 change in the
Cursor.description behavior i.e. "Use None instead of 0 for items in
the Cursor.description attribute that do not have any validity.".
- Used cx_Oracle.Object.size() instead of len().
Thanks Tim Graham for the review.
2017-03-10 23:02:44 +01:00
Tim Graham
c577d8a498
Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.
2017-03-09 12:18:17 -05:00
David D Lowe
9269dec05e
Fixed #27911 -- Doc'd how to register custom User with admin.
2017-03-08 12:14:58 -05:00
Mariusz Felisiak
94d8bea212
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to positive integer fields.
2017-03-08 10:56:00 -05:00
Camilo Nova
5db465d5a6
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
2017-03-07 19:52:26 -05:00
Raphael Merx
2a3a0eb092
Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
2017-03-07 13:56:29 -05:00
Tim Graham
6c5348b9d2
Added stub release notes for 1.10.7.
2017-03-07 13:05:35 -05:00
Tim Graham
784a53beef
Reverted "Fixed #27878 , refs #23919 -- Used python3 shebangs."
...
This reverts commit 4cffa9a1ff
.
2017-03-07 10:10:32 -05:00
Tim Graham
dacdcec767
Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.
...
Thanks Aymeric Augustin and Carl Meyer.
2017-03-06 13:34:48 -05:00
Grzegorz Tężycki
fede65260a
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
2017-03-01 15:56:39 -05:00
albertoconnor
2863e79a5c
Fixed typo in docs/howto/custom-template-tags.txt.
2017-03-01 15:42:00 -05:00
Adam Johnson
c1d652c62f
Fixed typo in docs/releases/1.10.6.txt.
2017-03-01 10:11:32 -05:00
Tim Graham
4f22505a9f
Added release date for 1.10.6.
2017-03-01 08:27:08 -05:00
Alexey Opalev
9f21e35100
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
2017-02-28 11:48:07 -05:00
Asif Saifuddin Auvi
5f3a689f71
Imported django.http classes instead of django.http.
2017-02-27 14:47:11 -05:00
Alexkane
b427f0d674
Made a few queryset lookup examples consistent.
2017-02-24 16:35:08 -05:00
Tim Graham
c31e7ab5a4
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg.
2017-02-24 10:15:41 -05:00
Chris Lamb
4cffa9a1ff
Fixed #27878 , refs #23919 -- Used python3 shebangs.
2017-02-23 13:41:10 -05:00
Claude Paroz
eb97af0402
Completed 1.10.6 release note
2017-02-23 10:29:38 +01:00
Claude Paroz
e6065c7b83
Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol
...
Thanks Tim Graham for the review.
2017-02-23 09:04:53 +01:00
Tim Graham
098f181e18
Refs #27851 -- Clarified that admin.site.urls can't be passed to include().
2017-02-22 18:01:56 -05:00
Timothy Allen
7d20a7d88a
Used "0" ip shortcut for runserver example.
2017-02-21 19:13:00 -05:00
Vytis Banaitis
4045fd56cb
Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
...
Accuracy was incorrect when dates differ by a month or more.
2017-02-21 12:06:16 -05:00
Vytis Banaitis
d5088f838d
Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL.
2017-02-16 11:46:32 -05:00
Tim Graham
5729272509
Clarified that creating a pull request for the tutorial isn't necessary.
2017-02-16 11:33:07 -05:00
Tim Graham
80493b0871
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
2017-02-16 07:59:44 -05:00
Joon Hwan 김준환
a7214f0e84
Made a sentence in default_if_none docs consistent with other template filters.
2017-02-15 08:39:39 -05:00
Tim Graham
3d14cbc867
Removed docs/internals/roles.txt.
...
It's moved to https://www.djangoproject.com/foundation/teams/ .
2017-02-15 09:31:41 +01:00
Tim Graham
103e6cf26c
Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
2017-02-13 19:52:08 -05:00