jkrzy
20a761697f
Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving static files.
2017-08-30 16:40:19 -04:00
Jkrzy
da3a5cee4f
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
2017-08-30 06:25:51 -04:00
Claude Paroz
3c0b2b80ed
Fixed #28532 -- Fixed typo in PostgreSQL field docs
...
Thanks Andreas Poisel for the report.
2017-08-26 10:20:01 +02:00
Sergey Fedoseev
a493424352
Removed unused reference in docs/ref/utils.txt.
...
Unused since f6acd1d271
.
2017-08-16 18:42:37 +05:00
Mathieu Hinderyckx
cf5740fbc8
Clarified Concat example in docs.
2017-08-14 14:28:05 -04:00
Alejandro Zamora
90d7b912b9
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field.
2017-08-12 20:14:14 -04:00
Tom
b78d100fa6
Fixed #27849 -- Added filtering support to aggregates.
2017-08-12 17:58:28 -04:00
Bryan Helmig
68f0bcb012
Made the @cached_property example more consistent.
2017-08-11 09:51:49 -04:00
Tim Graham
d18227e341
Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
2017-08-08 09:20:42 -04:00
Tim Graham
50a97edc1a
Fixed #28466 -- Clarified the definition of a lazy relationship.
2017-08-07 15:51:46 -04:00
Tim Graham
14172cf442
Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.
2017-07-27 08:42:01 -04:00
Melvyn Sopacua
5bb9b9a388
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
2017-07-26 13:47:35 -04:00
Sergey Fedoseev
f3bada9889
Fixed #28436 -- Added support for distance lookups on MySQL.
2017-07-26 08:50:56 -04:00
Tim Graham
c7d58c6f43
Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
2017-07-25 15:12:50 -04:00
Tom Carrick
3159ad4df6
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary key.
2017-07-21 08:34:35 -04:00
Tim Graham
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
...
Unused since a0d166306f
.
2017-07-20 16:30:08 -04:00
Tomer Chachamu
62917cee5a
Doc'd the need to remove default ordering on Subquery aggregates.
2017-07-18 08:48:25 -04:00
Tim Graham
259875535b
Removed unneeded right quotes in docs to fix spelling errors.
...
A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93
2017-07-18 08:24:49 -04:00
jmk
841b464883
Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
2017-07-17 12:26:11 -04:00
Florian Apolloner
adab280cef
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
2017-07-15 08:20:12 -04:00
Tim Graham
2457c1866e
Refs #28352 -- Corrected another QuerySet.values_list() return type in docs example.
2017-07-11 14:22:46 -04:00
Irindu Indeera
babe9e64a6
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
2017-07-11 14:15:17 -04:00
Bruno Alla
604341c85f
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view().
2017-07-06 10:34:54 -04:00
Matthew Schinckel
493f7e9e1e
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_duration().
2017-07-03 19:53:19 -04:00
Ran Benita
b9f7dce84b
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
2017-06-29 16:00:15 -04:00
Daniel Hahler
43a4835edf
Fixed #27473 -- Added DurationField support to Extract.
2017-06-28 10:10:09 -04:00
Mike Vasiliou
63e9a71ec4
Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
2017-06-28 09:19:52 -04:00
Laura
e58c87cb70
Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
2017-06-27 21:41:10 -04:00
Mariusz Felisiak
3297dede7f
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
...
Thanks Markus Holtermann and Tim Graham for reviews.
2017-06-27 21:15:15 +02:00
Mariusz Felisiak
617505ca89
Fixed #28330 -- Prevented passing positional arguments to an Index.
...
Thanks Tim Graham for the review.
2017-06-27 13:39:37 -04:00
michaldabski
d381914aef
Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.
2017-06-26 18:12:35 -04:00
Sergey Fedoseev
44a7b98abb
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
2017-06-26 15:10:55 -04:00
Sergey Fedoseev
964e490847
Fixed GEOSGeometry reference in GIS tutorial.
2017-06-26 15:10:07 -04:00
Flávio Juvenal
0af14b2eaa
Refs #16870 -- Doc'd that CSRF protection requires the Referer header.
2017-06-22 11:50:00 -04:00
aruseni
ad524980ac
Fixed typo in docs/ref/request-response.txt.
2017-06-20 11:22:26 -04:00
Mads Jensen
de42adf4ff
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
...
Thanks Tim Graham and Markus Holtermann for review.
2017-06-20 10:54:39 -04:00
Marti Raudsepp
fda55c71a8
Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
...
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.
Reverted documentation change from refs #23808 .
2017-06-19 13:04:57 -04:00
François Freitag
4f1eb64ad0
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
2017-06-19 08:59:16 -04:00
Daniel Wiesmann
6f44f714c9
Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.
...
Thanks Tim Graham for the review and edits.
2017-06-16 12:09:05 -04:00
Matthias Kestenholz
e8c056c31a
Fixed #27434 -- Doc'd how to raise a model validation error for a field not in a model form.
2017-06-13 20:26:36 -04:00
Tim Graham
0877989c94
Fixed typo in docs/ref/models/querysets.txt.
2017-06-09 12:48:24 -04:00
Tim Graham
108ff788cb
Fixed typo in docs/ref/contrib/postgres/fields.txt.
2017-06-09 12:42:53 -04:00
Mads Jensen
c7f6ffbdcf
Fixed #28103 -- Added quarter extract, truncation, and lookup.
...
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
2017-06-08 15:15:29 -04:00
Daniel Wiesmann
fe5e34a295
Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.
2017-06-08 12:44:26 -04:00
Mads Jensen
085c2f94ec
Refs #25240 -- Added ExtractWeek examples.
2017-06-08 09:00:57 -04:00
Arne de Laat
681d2599ee
Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.
2017-06-07 16:53:36 -04:00
Tim Graham
c01409c789
Corrected FileExtensionValidator doc regarding the value being validated.
2017-06-07 16:52:16 -04:00
Claude Paroz
2862760894
Fixed #28257 -- Confirmed support for GDAL 2.2
...
Additionally, a test has been updated to account for small SRS WKT differences.
Thanks Tim Graham for writing the doc part.
2017-06-07 21:26:04 +02:00
Daniel Wiesmann
e0b456bee7
Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.
2017-06-07 11:30:35 -04:00
Tim Graham
fc13a697b4
Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
2017-06-06 11:24:44 -04:00
Windson yang
7f238097c0
Fixed #28102 -- Doc'd how to compute path to built-in widget template directories.
2017-06-05 17:26:49 -04:00
Claude Paroz
43b574007e
Fixed #28192 -- Required passing optional form field args as keyword args.
2017-06-03 10:49:01 -04:00
Tim Graham
ecae9c7aec
Fixed typo in docs/ref/forms/fields.txt.
2017-06-03 10:37:20 -04:00
Claude Paroz
54caca2d34
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
...
Thanks Tim Graham for noticing the issue.
2017-06-03 16:17:03 +02:00
Anupam
1f2e4f9cfe
Fixed #28190 -- Clarifed how include/extends treat template names.
2017-06-03 08:11:04 -04:00
Philip James
7c9a833301
Fixed #26028 -- Added overriding templates howto.
2017-06-02 18:17:27 -04:00
Mariusz Felisiak
516b7664dc
Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle.
...
Thanks Tim Graham for the review.
2017-06-02 18:35:56 +02:00
Lachlan Musicman
00093daec9
Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
2017-06-02 09:17:15 -04:00
François Freitag
edee5a8de6
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
2017-06-01 17:50:41 -04:00
François Freitag
bf50ae8210
Clarified QuerySet.iterator()'s docs on server-side cursors.
2017-06-01 15:38:30 -04:00
Ingo Klöcker
6bb3b2bff4
Refs #27777 -- Improved docs/added test for File context manager change.
2017-05-31 21:02:58 -04:00
René Fleschenberg
a30482a4b6
Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
2017-05-30 17:15:20 -04:00
Tim Graham
17ed0d36bc
Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
2017-05-29 18:00:47 -04:00
Jon Dufresne
c3e638112d
Corrected REPL example in forms docs for Python 3.
2017-05-27 19:28:37 -04:00
Tim Heap
5b6181f4d5
Fixed #27922 -- Added ErrorDict.get_json_data().
2017-05-27 09:19:42 -04:00
Chris Lamb
2f09a28558
Fixed #27881 -- Added diffsettings --output option.
...
Thanks Haris Ibrahim K. V. for writng docs.
2017-05-27 09:00:06 -04:00
Pavel Kulikov
af1fa5e7da
Fixed #27978 -- Allowed loaddata to read data from stdin.
...
Thanks Squareweave for the django-loaddata-stdin project from which this
is adapted.
2017-05-26 19:54:21 -04:00
Tim Graham
0ea321193a
Fixed #28239 -- Removed docs for a removed arg of template.Context.
2017-05-25 13:15:12 -04:00
Mariusz Felisiak
538bf43458
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
...
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
2017-05-23 17:02:40 +02:00
R3turnz
502f03d897
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
2017-05-22 21:07:14 -04:00
Claude Paroz
01f658644a
Updated various links in docs to avoid redirects
...
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22 19:28:44 +02:00
Ling-Xiao Yang
04ab96ec4f
Fixed #28015 -- Added makemessages --add-location option.
...
Thanks François Freitag for review.
2017-05-22 09:03:53 -04:00
Michiel Beijen
48028c6f9a
Pointed Dive into Python links to python3 site
...
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-20 15:32:35 +02:00
Tim Graham
650bf6714d
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
2017-05-15 09:26:38 -04:00
Danilo Bargen
a7975260b5
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
2017-05-14 14:31:17 -04:00
Claude Paroz
d4d812cb56
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
...
With Python 3, there are no more reasons to special-case EmailMessage
arguments which should be plain strings.
2017-05-14 19:42:32 +02:00
Danilo Bargen
680968b9e4
Documented OSMWidget.default_lat/lon.
2017-05-13 17:24:22 -04:00
Tim Graham
b0d0dbe280
Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.
2017-05-12 09:22:59 -04:00
François Freitag
88336fdbb5
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
...
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-06 06:59:04 -04:00
Christoph Schindler
2874531ab5
Fixed typo in docs/ref/forms/fields.txt.
2017-05-05 18:24:27 -04:00
Tim Graham
2dc3280254
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
2017-05-04 20:45:18 -04:00
Mariusz Felisiak
16121da78d
Fixed broken links to Oracle docs.
2017-05-04 09:11:47 -04:00
Tim Graham
13cd5b0670
Fixed broken link to mysqlclient docs.
2017-05-02 20:17:14 -04:00
Daniel F Moisset
8ab7ce8558
Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.
2017-04-26 20:51:28 -04:00
Tim Graham
31e0b3b40b
Added links and cosmetic edits to docs/ref/request-response.txt.
2017-04-26 20:48:59 -04:00
Josh Schneier
a1b2c1d76e
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
2017-04-26 19:39:22 -04:00
kapil garg
278a09ac1f
Fixed #27730 -- Doc'd that template vars created outside a block can't be used in it.
2017-04-26 14:54:57 -04:00
Josh Schneier
9b538badb1
Refs #23919 -- Removed File's Python 2 proxied methods.
2017-04-26 14:44:07 -04:00
Ingo Klöcker
f3ac398dd5
Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
2017-04-26 13:33:35 -04:00
Paolo Melchiorre
fcb5dbfec0
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres.
2017-04-25 20:21:36 -04:00
Josh Schneier
98ee57e343
Removed nonexistent methods from File's docs.
...
read() and write() were removed in 68a890e79f
.
2017-04-25 19:49:00 -04:00
Michiel Beijen
5e8625ba64
Renamed "Mac OS X" to "macOS" in docs.
2017-04-24 20:16:09 -04:00
Tim Graham
83cbb8d080
Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible().
2017-04-14 08:05:58 -04:00
Claude Paroz
7741d4e878
Double quoted HTML attributes in widget docs
2017-04-14 08:47:50 +02:00
Sergey Fedoseev
33421ed10c
Corrected docs regarding MySQL support of Length GIS function.
2017-04-12 08:59:47 -04:00
Christoph Schindler
7060f777b0
Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
...
The format changed in 22bfc45146
.
2017-04-11 12:30:58 -04:00
Ran Benita
2a6b4e6521
Updated docs after changing select_for_update() to raise NotSupportedError.
...
Follow up to 054a44d6f0
.
2017-04-11 11:52:53 -04:00
Taavi Teska
5dbf1c4b23
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
2017-04-10 14:24:44 -04:00
Ingo Klöcker
c4536c4a54
Fixed #27777 -- Made File.open() work with the with statement ( #8310 )
...
Fixed #27777 -- Made File.open() work with the with statement
2017-04-07 14:21:06 +02:00
Richard Barrell
351835f262
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537 ).
2017-04-06 09:09:49 -04:00
Sudhanshu Mishra
9f0c82971d
Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
2017-04-05 07:23:40 -04:00
Adam Johnson
7f8a924b45
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
2017-04-03 08:39:57 -04:00
Sergey Fedoseev
17e078dbf2
Refs #12410 -- Doc'd LineLocatePoint in functions' summary table.
2017-04-03 07:33:43 -04:00
Sergey Fedoseev
5e710cf4a5
Fixed #11854 -- Added Azimuth GIS function. ( #8286 )
2017-04-02 14:24:06 -04:00
Jirka Schäfer
73c30b79c0
Clarified meaning of "Optional" in auth.models.User field docs.
2017-04-01 21:24:42 -04:00
Sergey Fedoseev
24023c6a8f
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
2017-04-01 15:35:30 -04:00
Sergey Fedoseev
ede4f6d48c
Fixed #12410 -- Added LineLocatePoint GIS function.
2017-04-01 15:02:09 -04:00
Tim Graham
7b53041420
Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory.
2017-04-01 14:26:39 -04:00
Sergey Fedoseev
0a13b249e2
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions, and isvalid lookup.
2017-04-01 13:43:53 -04:00
Carlton Gibson
6b3724fa11
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined.
2017-03-31 17:26:42 -04:00
heathervm
7d1e237753
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
2017-03-31 10:10:08 -04:00
Sergey Fedoseev
6ecccad711
Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.
2017-03-30 09:38:26 -04:00
Tim Graham
ea36e7454c
Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
2017-03-28 10:38:00 -04:00
Claude Paroz
6585ebebaa
Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758 .
2017-03-27 12:53:03 -04:00
Sergey Fedoseev
075f13e44f
Refs #27556 , #27488 -- Updated support backends docs for isvalid lookup.
2017-03-23 13:07:50 -04:00
Sergey Fedoseev
7b6524e0ff
Linked GIS QuerySet API docs to corresponding PostGIS docs.
2017-03-22 12:21:59 -04:00
Sergey Fedoseev
6052b185ca
Clarified backend support of Area GIS function.
2017-03-22 09:53:48 -04:00
seanfagan
325db2a8c3
Fixed #27945 -- Clarified that RegexValidator searches with the regex.
2017-03-21 12:27:42 -04:00
Mariusz Felisiak
43380e9110
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
...
Thanks Tim Graham for the review.
2017-03-21 17:23:17 +01:00
Tim Graham
075e93c16a
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
2017-03-21 09:14:45 -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
Tim Graham
5bd7ffc313
Updated postgis.net and gaia-gis.it links to https.
2017-03-16 14:01:45 -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
Adam Chainz
a452dddb25
Fixed #27904 -- Added a system check that Field.validators are callable.
2017-03-11 12:27:29 -05:00
Tim Graham
c577d8a498
Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.
2017-03-09 12:18:17 -05:00
Alexey Opalev
9f21e35100
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
2017-02-28 11:48:07 -05:00
Alexkane
b427f0d674
Made a few queryset lookup examples consistent.
2017-02-24 16:35:08 -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
Mads Jensen
fb5bd38e3b
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
2017-02-11 07:16:35 -05:00
Chronial
03281d8fe7
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
2017-02-09 09:22:00 -05:00
Tim Graham
8863c475c5
Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
...
Thanks Christian Ullrich for the report and review.
2017-02-08 08:38:08 -05:00
Mariusz Felisiak
0034e9af18
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets.
...
Thanks Tim Graham and Nick Pope for review.
2017-02-07 11:33:37 -05:00
Claude Paroz
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
...
Thanks Tim Graham for the review.
2017-02-07 09:04:04 +01:00
orf
b5393028bf
Fixed #27767 -- Added distinct argument to ArrayAgg.
2017-02-04 13:57:39 -05:00
Tim Graham
29f607927f
Fixed spelling of "nonexistent".
2017-02-03 08:01:45 -05:00
Tim Graham
924af638e4
Fixed #27683 -- Made MySQL default to the read committed isolation level.
...
Thanks Shai Berger for test help and Adam Johnson for review.
2017-02-01 15:34:17 -05:00
Ling-Xiao Yang
0ec4dc91e0
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks.
...
Thanks Simon Charette, Mariusz Felisiak, Tim Graham, and Adam Johnson
for review.
2017-02-01 09:48:24 -05:00
Daniel Wiesmann
ed3215ad53
Refs #27421 -- Documented GDALRaster creation in detail.
2017-01-31 11:33:04 -05:00
Arkadiusz Adamski
274ca99982
Fixed incorrect namespace in sitemap example.
2017-01-30 12:07:14 -05:00
Claude Paroz
52138b1fd0
Refs #23919 -- Removed usage of obsolete SafeBytes class
...
The class will be removed as part of #27753 .
Thanks Tim Graham for the review.
2017-01-30 15:04:45 +01:00
Thom Wiggers
d5b573d872
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
2017-01-28 09:29:00 -05:00
Tim Graham
0de0699d94
Fixed #27788 -- Dropped support for Oracle < 12.1.
2017-01-28 08:19:47 -05:00