Sergey Fedoseev
|
a8bb493556
|
Simplified migrations.graph.Node.iterative_dfs(), ancestors(), and descendants().
|
2017-08-23 18:10:00 -04:00 |
Claude Paroz
|
09b3e46635
|
Fixed #27796 -- Prevented middleware being loaded twice with runserver
Thanks Tim Graham for the review.
|
2017-08-23 23:05:18 +02:00 |
Sergey Fedoseev
|
f2b93b509c
|
Removed unneeded iter() calls.
A few of these were unnecessarily added in 2b281cc35e .
|
2017-08-23 16:48:29 -04:00 |
Sergey Fedoseev
|
dca67bb2c2
|
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
|
2017-08-23 16:26:24 -04:00 |
Sergey Fedoseev
|
4302167939
|
Used frozenset instead of dict for GeoIP2.cache_options for simplicity.
|
2017-08-23 11:47:47 -04:00 |
Sergey Fedoseev
|
fac74b84a3
|
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
|
2017-08-23 11:40:17 -04:00 |
Mariusz Felisiak
|
939d923e8e
|
Refs #28498 -- Forwardported 1.11.5 release note.
|
2017-08-23 10:08:42 +02:00 |
Mariusz Felisiak
|
330e965cd8
|
Fixed typo in docs/releases/1.11.5.txt.
|
2017-08-23 08:55:25 +02:00 |
Kim DoHyeon
|
f21915bb3a
|
Fixed #27931 -- Clarified the meaning of "django catch-all logger."
|
2017-08-22 16:24:18 -04:00 |
Sergey Fedoseev
|
9ad6071aab
|
Simplified usage of sets in MigrationAutodetector.
|
2017-08-22 16:23:02 -04:00 |
Kevin Grinberg
|
c6a3546093
|
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Regression in 69b7d4b116 .
|
2017-08-22 15:51:08 -04:00 |
Sergey Fedoseev
|
4dfd6b88d5
|
Refs #28459 -- Improved performance of FlatValuesListIterable.
|
2017-08-22 11:26:07 -04:00 |
Harry Moreno
|
254fb8d1a4
|
Added "test --keepdb" to testing speedup docs.
|
2017-08-22 10:26:00 -04:00 |
Nick Pope
|
796fde5b79
|
Fixed incorrect indentation in remove_stale_contenttypes.
It's unnecessary for content_type_display to be constructed from
ct_info in every loop iteration.
|
2017-08-22 09:10:42 -04:00 |
Claude Paroz
|
ed77bea582
|
Refs #28502 -- Complemented stringformat tuple handling/test.
An additional test and a code change were suggested in a late review.
|
2017-08-22 08:45:08 -04:00 |
Simon Meers
|
7bba82453c
|
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
|
2017-08-22 08:17:26 -04:00 |
Paulo
|
fea9cb46aa
|
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneToOneField primary key to a non-pk field.
|
2017-08-21 16:14:13 -04:00 |
Adrien Brunet
|
b5ad5c628a
|
Fixed typo in documented number of logging filters.
|
2017-08-21 16:06:38 -04:00 |
Sergey Fedoseev
|
30eb92fc11
|
Removed need for hasattr(check, 'tags') in CheckRegistry.
It was needed to pass tests because registered checks weren't properly mocked.
|
2017-08-21 15:34:20 -04:00 |
Berker Peksag
|
8d095c6378
|
Removed redundant backticks in docs/releases/1.8.txt
|
2017-08-21 09:16:22 +02:00 |
Mariusz Felisiak
|
c47747d45a
|
Removed postgresql_psycopg2.version
Uneeded since 29ea9714ee .
|
2017-08-21 09:13:07 +02:00 |
Srinivas Reddy Thatiparthy
|
4ead705cb3
|
Fixed #28502 -- Made stringformat template filter accept tuples
|
2017-08-21 09:04:43 +02:00 |
Allen, Timothy
|
9229e005aa
|
Django -> django when styled as a logo with font. This was pointed out at DjangoCon US.
|
2017-08-21 08:00:54 +02:00 |
Srinivas Reddy Thatiparthy
|
a64f88f5be
|
Refs #28502 -- Completed stringformat filter tests
|
2017-08-19 21:22:59 +02:00 |
Mariusz Felisiak
|
6784383e93
|
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
|
2017-08-16 18:39:58 +02:00 |
Sergey Fedoseev
|
a493424352
|
Removed unused reference in docs/ref/utils.txt.
Unused since f6acd1d271 .
|
2017-08-16 18:42:37 +05:00 |
Claude Paroz
|
546412e673
|
Fixed #28495 -- Converted GDAL Feature.fields to strings
|
2017-08-15 19:31:22 +02:00 |
Sergey Fedoseev
|
41640760df
|
Simplified generation of result in Query.get_aggregation().
|
2017-08-15 09:59:31 -04:00 |
Sergey Fedoseev
|
8a99a7d2d5
|
Simplified RelatedPopulator.populate().
|
2017-08-15 09:48:07 -04:00 |
Sergey Fedoseev
|
6542999c54
|
Removed redundant condition in QuerySet.resolve_expression().
|
2017-08-15 09:44:27 -04:00 |
Sergey Fedoseev
|
6141040813
|
Avoided creation of temporary set in Query.append_annotation_mask().
|
2017-08-15 09:43:47 -04:00 |
Bae KwonHan
|
0608c24378
|
Fixed typo in docs/releases/2.0.txt.
|
2017-08-15 09:41:49 -04:00 |
Mathieu Hinderyckx
|
cf5740fbc8
|
Clarified Concat example in docs.
|
2017-08-14 14:28:05 -04:00 |
Martin von Gagern
|
71d39571f4
|
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames without source code.
|
2017-08-12 20:32:39 -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 |
Mariusz Felisiak
|
489421b015
|
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch.
|
2017-08-12 21:06:49 +02:00 |
Sergey Fedoseev
|
47ccefeada
|
Refs #28459 -- Improved performance of BaseExpression.convert_value().
|
2017-08-11 18:34:50 -04:00 |
Tim Graham
|
d04b324969
|
Fixed #28421 -- Split some long FormSet tests and made other cosmetic cleanups.
Thanks Windson for the initial patch.
|
2017-08-11 17:43:50 -04:00 |
Sergey Fedoseev
|
5cc7462067
|
Refs #28459 -- Optimized ModelState instantiation.
|
2017-08-11 15:41:04 -04:00 |
Nerl~
|
97cb3bd16d
|
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
|
2017-08-11 15:27:25 -04:00 |
Jonatas CD
|
31f133ea08
|
Fixed #28252 -- Corrected docs for default file extensions of makemessages.
|
2017-08-11 15:22:10 -04:00 |
Tim Graham
|
abd723c6a0
|
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
|
2017-08-11 11:17:08 -04:00 |
Sergey Fedoseev
|
0ec134e340
|
Simplified calculation of used joins in Query.build_filter().
|
2017-08-11 10:46:11 -04:00 |
Bryan Helmig
|
68f0bcb012
|
Made the @cached_property example more consistent.
|
2017-08-11 09:51:49 -04:00 |
Sergey Fedoseev
|
9ecf280394
|
Removed obsolete DecimalComparisonLookup.
Unneeded since c3c6c92d76 .
|
2017-08-11 09:32:32 -04:00 |
Sergey Fedoseev
|
f3e350d631
|
Replaced typecast_decimal() with decimal.Decimal().
|
2017-08-11 09:22:40 -04:00 |
Sergey Fedoseev
|
7fa92daa99
|
Removed outdated comment in Query.build_filter().
|
2017-08-11 09:19:19 -04:00 |
Evan Grim
|
7937cc16f5
|
Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards.
|
2017-08-10 19:21:14 -04:00 |
Evan Grim
|
5893eaddf4
|
Added missing test for RunPython behavior when unapplying.
|
2017-08-10 19:19:48 -04:00 |