summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...can2019-04-231-1/+3
* Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette2019-04-231-4/+12
* Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...Mariusz Felisiak2019-04-211-1/+1
* Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.Mariusz Felisiak2019-04-192-5/+5
* Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly2019-04-191-0/+2
* Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones2019-04-191-6/+18
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales2019-04-182-2/+2
* Fixed typos in docs, comments, and exception messages.Ville Skyttä2019-04-186-8/+8
* Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk2019-04-181-0/+12
* Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can2019-04-181-4/+7
* Fixed #30191 -- Selected only referenced fields during cascade deletion.Simon Charette2019-04-171-4/+25
* Refs #18676 -- Enabled fast-delete for m2m_changed senders.Simon Charette2019-04-171-2/+1
* Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani2019-04-171-1/+5
* Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...Vinny Do2019-04-161-0/+3
* Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...Simon Charette2019-04-151-1/+1
* Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...Simon Charette2019-04-151-1/+6
* Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak2019-04-151-27/+0
* Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner2019-04-141-1/+1
* Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...Mariusz Felisiak2019-04-141-0/+4
* Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus2019-04-131-0/+8
* Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...Dolan Antenucci2019-04-081-0/+9
* Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner2019-04-081-0/+1
* Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita2019-04-082-0/+6
* Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...can2019-04-084-29/+40
* Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari2019-04-061-6/+10
* Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...Mariusz Felisiak2019-04-051-4/+11
* Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...Nick Pope2019-04-051-2/+2
* Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope2019-04-051-2/+2
* Fixed bidirectionality on the congrats page.Majid Vaghari2019-04-051-1/+2
* Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak2019-04-051-1/+12
* Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg2019-04-041-1/+1
* Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...belegnar2019-04-031-1/+1
* Fixed typo in django/db/models/query_utils.py comment.David Beitey2019-04-031-1/+1
* Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak2019-04-011-1/+1
* Updated contrib translations from Transifex.Claude Paroz2019-04-01361-3955/+6299
* Updated core translations from TransifexClaude Paroz2019-04-0172-533/+1058
* Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham2019-03-301-26/+30
* Made startapp/project's overlaying error message use 'app' or 'project'.oliver2019-03-301-12/+14
* Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.Brad2019-03-301-2/+3
* Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.Tim Graham2019-03-301-2/+2
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-4/+4
* Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli2019-03-291-0/+5
* Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage2019-03-291-1/+1
* Fixed #30241 -- Added more system checks of translation settings.Nick Pope2019-03-281-0/+52
* Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope2019-03-281-6/+5
* Fixed "byte string" typo in various docs and comments.Mariusz Felisiak2019-03-283-5/+5
* Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope2019-03-271-1/+1
* Removed unused timeparse.js.Nick Pope2019-03-271-106/+0
* Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope2019-03-271-1/+1
* Simplified Date.prototype.getTwelveHours().Nick Pope2019-03-271-7/+1