Carles Pina Estany
|
9f2e8b5bb7
|
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
|
2017-04-24 18:49:31 -04:00 |
Tim Graham
|
851874fe0a
|
Removed obsolete Widget.format_output() in tests.
Obsolete since b52c73008a .
|
2017-04-24 13:41:34 -04:00 |
Simon Charette
|
8ef35468b6
|
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
2017-04-23 00:21:27 -04:00 |
Claude Paroz
|
3f1ba76851
|
Fixed #28115 -- Fixed IP address validation in geoip2 module
Regression in 277a4dd4b4 .
Thanks Tim Graham for the test.
|
2017-04-22 20:10:24 +02:00 |
Claude Paroz
|
257075d4ad
|
Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 module
|
2017-04-22 20:10:24 +02:00 |
Simon Charette
|
c0f12a098c
|
Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings.
Refs #26290.
Thanks Tim for the review.
|
2017-04-22 14:08:57 -04:00 |
Claude Paroz
|
c52ae33a0c
|
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
|
2017-04-22 15:39:15 +02:00 |
Jon Dufresne
|
3e91850dcc
|
Removed unneeded is True|False from bool expressions in widgets.py.
|
2017-04-21 12:34:18 -04:00 |
Jon Dufresne
|
581879a510
|
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
|
2017-04-21 12:14:40 -04:00 |
Mariusz Felisiak
|
87f9a3c5b2
|
Updated Oracle docs links to Oracle 12c.
|
2017-04-21 16:02:31 +02:00 |
Tim Graham
|
b7dc998087
|
Added "reraising" to docs/spelling_wordlist
|
2017-04-20 13:03:24 -04:00 |
Tim Graham
|
8b767986ba
|
Refs #28091 -- Forwardported 1.11.1 release note.
|
2017-04-20 12:58:24 -04:00 |
Tim Graham
|
d2cb7a2bc1
|
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
|
2017-04-20 11:36:40 -04:00 |
Markus Holtermann
|
6d7cbe67f0
|
Removed inappropriate highlighting in committing-code.txt.
|
2017-04-20 11:32:56 -04:00 |
Tim Graham
|
af1f986360
|
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html.
Regression in b52c73008a
|
2017-04-20 10:06:34 -04:00 |
Claude Paroz
|
43b4a1618e
|
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Regression in 7ec330eeb9 .
Thanks Tim Graham for the review.
|
2017-04-19 19:32:46 +02:00 |
Tim Graham
|
dff559ff83
|
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
2017-04-19 12:59:30 -04:00 |
Huang Zhiqiang
|
cd7afcdcac
|
Fix a typo in django/db/transaction.py
|
2017-04-19 16:36:06 +02:00 |
Mariusz Felisiak
|
81f8449402
|
Refs #28066 -- Fixed nondeterministic ordering test failure in sessions_tests.
Thanks Tim Graham for the review.
|
2017-04-18 17:56:59 +02:00 |
Mariusz Felisiak
|
63b36d6419
|
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Unused since its introduction in cac7675f24 .
|
2017-04-18 14:17:08 +02:00 |
InvalidInterrupt
|
dda596ca32
|
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
|
2017-04-17 09:58:19 -04:00 |
Tim Graham
|
c09bf8d767
|
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a
|
2017-04-17 08:32:29 -04:00 |
Mariusz Felisiak
|
e5dce7b0fb
|
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
|
2017-04-17 14:22:00 +02:00 |
Tim Graham
|
8c6a3062dd
|
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82f
|
2017-04-15 09:21:35 -04:00 |
Claude Paroz
|
89a080fc05
|
Doc'd a release task for translated docs.
|
2017-04-15 09:19:16 -04:00 |
Abhishek Gautam
|
941b869135
|
Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view template.
|
2017-04-14 08:12:14 -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 |
Mariusz Felisiak
|
e1253bc26f
|
Refs #25406 -- Removed exception hiding in MySQL test database creation during --keepdb.
Thanks Adam Johnson, Simon Charette and Tim Graham for reviews.
|
2017-04-13 20:20:01 +02:00 |
Sergey Fedoseev
|
6d5bb6ae9e
|
Refs #28024 -- Optimized LineString.__init__() by avoiding superfluous index and dimension checks.
|
2017-04-13 11:30:26 +05:00 |
Claude Paroz
|
ea542a9c72
|
Fixed #28007 -- Moved debug templates to the filesystem
Thanks Tim Graham for the review.
|
2017-04-12 11:36:47 -04:00 |
Claude Paroz
|
2eb1f15f62
|
Tested template info in debug view's text traceback
|
2017-04-12 10:38:50 -04:00 |
Sergey Fedoseev
|
33421ed10c
|
Corrected docs regarding MySQL support of Length GIS function.
|
2017-04-12 08:59:47 -04:00 |
Tim Graham
|
45d65fc3f2
|
Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.
Updated for 17e661641d .
|
2017-04-12 08:17:46 -04:00 |
Sergey Fedoseev
|
ebaa08b3ae
|
Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
a296a43309
|
Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
d453dfb1da
|
Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
petedmarsh
|
14671affc3
|
Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError.
|
2017-04-11 12:44:52 -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 |
Sergey Fedoseev
|
e7afef13f5
|
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to another one.
|
2017-04-10 13:26:26 -04:00 |
Mariusz Felisiak
|
64264c9a19
|
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation during --keepdb.
Thanks Markus Holtermann and Tim Graham for reviews.
|
2017-04-10 13:04:00 -04:00 |
Mariusz Felisiak
|
054a44d6f0
|
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
|
2017-04-10 12:49:27 -04:00 |
Tim Graham
|
d825ac6dfa
|
Clarified HStoreField model/form difference in 1.11 release notes.
|
2017-04-10 12:31:36 -04:00 |
Tim Graham
|
fce7827101
|
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
Regression in 1bc249c2a6 .
|
2017-04-10 09:51:51 -04:00 |
Collin Anderson
|
a19b373d89
|
Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual().
|
2017-04-10 08:59:29 -04:00 |
Tim Graham
|
eb9a3bd63a
|
Refs #26605 -- Isolated a migrations state test.
|
2017-04-10 08:13:45 -04:00 |
Jon Dufresne
|
b906c3db63
|
Removed duplicate lines in slugify().
|
2017-04-10 08:12:37 -04:00 |
Paolo Melchiorre
|
eac396a5d0
|
Fixed typos in docs/topic/db/search.txt.
|
2017-04-08 07:26:15 -04:00 |