index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-26
Fixed #28532 -- Fixed typo in PostgreSQL field docs
Claude Paroz
2017-08-25
Simplified migrations.state.ProjectState.__eq__().
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
2017-08-24
Fixed #28513 -- Added POST request support to LogoutView.
hui shang
2017-08-24
Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.
Fabian Schindler
2017-08-23
Simplified migrations.graph.Node.iterative_dfs(), ancestors(), and descendant...
Sergey Fedoseev
2017-08-23
Fixed #27796 -- Prevented middleware being loaded twice with runserver
Claude Paroz
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-23
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
Sergey Fedoseev
2017-08-23
Used frozenset instead of dict for GeoIP2.cache_options for simplicity.
Sergey Fedoseev
2017-08-23
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-08-23
Refs #28498 -- Forwardported 1.11.5 release note.
Mariusz Felisiak
2017-08-23
Fixed typo in docs/releases/1.11.5.txt.
Mariusz Felisiak
2017-08-22
Fixed #27931 -- Clarified the meaning of "django catch-all logger."
Kim DoHyeon
2017-08-22
Simplified usage of sets in MigrationAutodetector.
Sergey Fedoseev
2017-08-22
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Kevin Grinberg
2017-08-22
Refs #28459 -- Improved performance of FlatValuesListIterable.
Sergey Fedoseev
2017-08-22
Added "test --keepdb" to testing speedup docs.
Harry Moreno
2017-08-22
Fixed incorrect indentation in remove_stale_contenttypes.
Nick Pope
2017-08-22
Refs #28502 -- Complemented stringformat tuple handling/test.
Claude Paroz
2017-08-22
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
Simon Meers
2017-08-21
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...
Paulo
2017-08-21
Fixed typo in documented number of logging filters.
Adrien Brunet
2017-08-21
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-08-21
Removed redundant backticks in docs/releases/1.8.txt
Berker Peksag
2017-08-21
Removed postgresql_psycopg2.version
Mariusz Felisiak
2017-08-21
Fixed #28502 -- Made stringformat template filter accept tuples
Srinivas Reddy Thatiparthy
2017-08-21
Django -> django when styled as a logo with font. This was pointed out at Dja...
Allen, Timothy
2017-08-19
Refs #28502 -- Completed stringformat filter tests
Srinivas Reddy Thatiparthy
2017-08-16
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Mariusz Felisiak
2017-08-16
Removed unused reference in docs/ref/utils.txt.
Sergey Fedoseev
2017-08-15
Fixed #28495 -- Converted GDAL Feature.fields to strings
Claude Paroz
2017-08-15
Simplified generation of result in Query.get_aggregation().
Sergey Fedoseev
2017-08-15
Simplified RelatedPopulator.populate().
Sergey Fedoseev
2017-08-15
Removed redundant condition in QuerySet.resolve_expression().
Sergey Fedoseev
2017-08-15
Avoided creation of temporary set in Query.append_annotation_mask().
Sergey Fedoseev
2017-08-15
Fixed typo in docs/releases/2.0.txt.
Bae KwonHan
2017-08-14
Clarified Concat example in docs.
Mathieu Hinderyckx
2017-08-12
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...
Martin von Gagern
2017-08-12
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-11
Refs #28459 -- Improved performance of BaseExpression.convert_value().
Sergey Fedoseev
2017-08-11
Fixed #28421 -- Split some long FormSet tests and made other cosmetic cleanups.
Tim Graham
2017-08-11
Refs #28459 -- Optimized ModelState instantiation.
Sergey Fedoseev
2017-08-11
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
Nerl~
2017-08-11
Fixed #28252 -- Corrected docs for default file extensions of makemessages.
Jonatas CD
2017-08-11
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
Tim Graham
2017-08-11
Simplified calculation of used joins in Query.build_filter().
Sergey Fedoseev
[prev]
[next]