summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-1619-78/+205
* Added missing word to render_to_response deprecation warning.Richard Morrison2018-05-161-1/+1
* Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz2018-05-152-11/+53
* Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby2018-05-141-1/+1
* Refs #28834 -- Moved ancestor field cached value fallback to related fields d...Paulo2018-05-142-19/+11
* Increased the default PBKDF2 iterations for Django 2.1.Tim Graham2018-05-131-1/+1
* Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.Hasan Ramezani2018-05-133-4/+4
* Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N2018-05-132-346/+455
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-138-49/+42
* Moved to_language() to django.utils.translation.Tim Graham2018-05-122-11/+11
* Consolidated duplicate to_locale() implementations.Tim Graham2018-05-123-24/+15
* Aliased trans_null.to_locale() to trans_real.to_locale().Hasan Ramezani2018-05-121-6/+3
* Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek2018-05-101-8/+6
* Replaced TOKEN_* constants by TokenType enums.Claude Paroz2018-05-103-42/+37
* Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz2018-05-102-3/+3
* Fixed #21408 — German Translation for “3 days ago”Maximilian Merz2018-05-104-17/+98
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-14/+29
* Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.Nicolas Noé2018-05-091-0/+2
* Replaced context by comment in 2 humanize strings.Claude Paroz2018-05-092-11/+9
* Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.Tim Graham2018-05-081-1/+1
* Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé2018-05-072-1/+27
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-20/+0
* Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav2018-05-051-1/+1
* Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah2018-05-046-39/+78
* Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson2018-05-031-1/+2
* Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani2018-05-031-0/+14
* Used double quotation marks for csrf form element.CHI Cheng2018-05-031-1/+1
* Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.Mariusz Felisiak2018-04-281-1/+2
* Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop2018-04-281-2/+2
* Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena2018-04-271-0/+6
* Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha2018-04-271-0/+3
* Fixed #27480 -- Added cache.touch().Nicolas Noé2018-04-276-4/+71
* Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz2018-04-251-0/+2
* Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz2018-04-231-2/+2
* Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag2018-04-231-0/+3
* Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag2018-04-231-2/+5
* Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani2018-04-222-6/+6
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-212-7/+10
* Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...orlnub1232018-04-201-2/+1
* Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom2018-04-1910-57/+54
* Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer2018-04-191-1/+29
* Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer2018-04-191-0/+8
* Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer2018-04-191-0/+9
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-1910-0/+99
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-174-4/+4
* Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne2018-04-172-8/+8
* Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...Mariusz Felisiak2018-04-171-5/+1
* Fixed #29253 -- Made method_decorator(list) copy attributes.Chris Jerdonek2018-04-161-59/+57
* Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-142018-04-162-2/+2
* Fixed #29330 -- Fixed crash when pickling BaseExpression.Daniel Miller2018-04-161-0/+5