summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #27124 -- Excluded cull-related cache configs from memcached tests.Ed Morley2016-08-261-10/+21
* Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek2016-08-263-4/+105
* Replaced property() usage with decorator in several places.Berker Peksag2016-08-2511-36/+36
* makemessages now requires a configured DjangoClaude Paroz2016-08-251-0/+4
* Removed unneeded smart_textClaude Paroz2016-08-251-4/+2
* Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot2016-08-2510-20/+44
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-257-10/+98
* Added class-based indexes to 1.11 release notes.Akshesh2016-08-251-0/+17
* Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham2016-08-246-2/+69
* Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag2016-08-243-5/+5
* Replaced property() usage with decorator in a couple places.Berker Peksag2016-08-242-2/+2
* Removed a blank line per isort.Tim Graham2016-08-241-1/+0
* Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag2016-08-243-2/+22
* Fixed #26866 -- Added format_lazy functionMattias Loverot2016-08-243-2/+55
* Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham2016-08-241-15/+5
* Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham2016-08-241-0/+0
* Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.Tim Graham2016-08-241-2/+5
* Added environment variable support to tox configurationJosh Smeaton2016-08-241-1/+3
* Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette2016-08-244-30/+42
* Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette2016-08-245-8/+36
* Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham2016-08-233-2/+10
* Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham2016-08-231-0/+9
* Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville2016-08-232-2/+33
* Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz2016-08-234-38/+26
* Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson2016-08-235-15/+20
* Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek2016-08-235-10/+98
* Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor2016-08-207-5/+91
* Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz2016-08-203-3/+5
* Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham2016-08-191-4/+4
* Refs #26902 -- Protected against insecure redirects in set_language().Przemysław Suliga2016-08-193-7/+25
* Refs #26902 -- Protected against insecure redirects in Login/LogoutView.Przemysław Suliga2016-08-193-2/+51
* Fixed #26902 -- Allowed is_safe_url() to require an https URL.Przemysław Suliga2016-08-192-4/+31
* Fixed #27085 -- Corrected a screenshot in the tutorial.Tim Graham2016-08-191-0/+0
* Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera2016-08-191-0/+5
* Removed DateTimeAwareJSONEncoder alias.Tim Graham2016-08-192-3/+4
* Added technical board for 1.11 release cycle.Tim Graham2016-08-191-1/+1
* Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham2016-08-191-4/+2
* Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes2016-08-1911-21/+292
* Fixed #22414 -- Ensured that LiveServerTestCase closes connections.Chris Jerdonek2016-08-193-2/+33
* Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang2016-08-191-1/+1
* Fixed #27091 -- Added .tox to flake8 exclude.Tim Graham2016-08-191-1/+1
* Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells2016-08-191-1/+1
* Refs #25854 -- Completed a RequestContext docs example.Tim Graham2016-08-181-8/+8
* Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.Tim Graham2016-08-181-3/+7
* Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne2016-08-185-19/+89
* Removed unused 'password' parameter in auth_tests.Tim Graham2016-08-181-8/+8
* Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote2016-08-184-7/+115
* Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer2016-08-193-1/+24
* Corrected text from Python's Windows installer.Timothy Allen2016-08-181-1/+1
* Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls2016-08-184-4/+45