summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler
2019-05-03Fixed #20122 -- Made pluralize template filter return '' on invalid input.Tobias Kunze
2019-05-03Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
2019-05-03Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.can
2019-05-02Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.Mykola Kokalko
2019-05-02Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can
2019-05-01Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...zeyneloz
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-04-30Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can
2019-04-30Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne
2019-04-30Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...Simon Charette
2019-04-29Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman
2019-04-29Refs #30148 -- Moved logging queries in CursorDebugWrapper to debug_sql() con...kingbuzzman
2019-04-29Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes
2019-04-29Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...Tom Forbes
2019-04-29Refs #30323 -- Simplified utils.autoreload.ensure_echo_on().Tom Forbes
2019-04-29Simplified Field.contribute_to_class().Jon Dufresne
2019-04-27Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...Carlton Gibson
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-25Removed redundant os.path.abspath() call.Jon Dufresne
2019-04-25Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol
2019-04-25Fixed #30393 -- Added validation of startapp's directory option.oliver
2019-04-25Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...Ville Skyttä
2019-04-24Refs #30241 -- Fixed BytesWarning emitted in test_translation tests.Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-24Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.Matthias Kestenholz
2019-04-23Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...can
2019-04-23Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-21Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...Mariusz Felisiak
2019-04-19Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.Mariusz Felisiak
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-19Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-04-18Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk
2019-04-18Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can
2019-04-17Fixed #30191 -- Selected only referenced fields during cascade deletion.Simon Charette
2019-04-17Refs #18676 -- Enabled fast-delete for m2m_changed senders.Simon Charette
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-16Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...Vinny Do
2019-04-15Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...Simon Charette
2019-04-15Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...Simon Charette
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
2019-04-14Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner
2019-04-14Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...Mariusz Felisiak
2019-04-13Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus
2019-04-08Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...Dolan Antenucci
2019-04-08Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner