summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-25makemessages now requires a configured DjangoClaude Paroz
2016-08-25Removed unneeded smart_textClaude Paroz
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-08-25Added class-based indexes to 1.11 release notes.Akshesh
2016-08-24Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham
2016-08-24Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag
2016-08-24Replaced property() usage with decorator in a couple places.Berker Peksag
2016-08-24Removed a blank line per isort.Tim Graham
2016-08-24Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag
2016-08-24Fixed #26866 -- Added format_lazy functionMattias Loverot
2016-08-24Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham
2016-08-24Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-24Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.Tim Graham
2016-08-24Added environment variable support to tox configurationJosh Smeaton
2016-08-24Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette
2016-08-24Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette
2016-08-23Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham
2016-08-23Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham
2016-08-23Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville
2016-08-23Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz
2016-08-23Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-20Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz
2016-08-19Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-19Refs #26902 -- Protected against insecure redirects in set_language().Przemysław Suliga
2016-08-19Refs #26902 -- Protected against insecure redirects in Login/LogoutView.Przemysław Suliga
2016-08-19Fixed #26902 -- Allowed is_safe_url() to require an https URL.Przemysław Suliga
2016-08-19Fixed #27085 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-19Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-19Removed DateTimeAwareJSONEncoder alias.Tim Graham
2016-08-19Added technical board for 1.11 release cycle.Tim Graham
2016-08-19Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham
2016-08-19Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes
2016-08-19Fixed #22414 -- Ensured that LiveServerTestCase closes connections.Chris Jerdonek
2016-08-19Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang
2016-08-19Fixed #27091 -- Added .tox to flake8 exclude.Tim Graham
2016-08-19Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-08-18Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-08-18Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.Tim Graham
2016-08-18Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne
2016-08-18Removed unused 'password' parameter in auth_tests.Tim Graham
2016-08-18Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote
2016-08-19Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-18Corrected text from Python's Windows installer.Timothy Allen
2016-08-18Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-17Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.Chris Lamb
2016-08-17Fixed #27077 -- Made SQLite's in-memory database checks DRYer.Chris Jerdonek
2016-08-17Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot