summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier
2017-04-26Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().Ingo Klöcker
2017-04-26Added content_type filtering in Permission querying example.Nauman Tariq
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-04-26Refs #20094 -- Removed obsolete tests/utils_tests/test_itercompat.pyTim Graham
2017-04-26Clarified "newly-introduced features" in the supported versions policy.Tim Graham
2017-04-26Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.Tim Graham
2017-04-26Fixed #28125 -- Clarified 1.11 release note about Template.render() prohibiti...Tim Graham
2017-04-26Replaced unneeded *arguments with positional arguments.Jon Dufresne
2017-04-25Refs #20939 -- Removed the Query._prepare_as_filter_value() hack.Simon Charette
2017-04-25Refs #20939 -- Removed the Query._forced_pk hack.Simon Charette
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre
2017-04-25Removed nonexistent methods from File's docs.Josh Schneier
2017-04-25Alphabetized CITextExtension in test migration.Paolo Melchiorre
2017-04-25Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s ...Tim Graham
2017-04-25Refs #23919 -- Used "raise from" instead of __cause__ in reraising backend-sp...Mariusz Felisiak
2017-04-25Added test for reraising backend-specific database exceptions.Mariusz Felisiak
2017-04-25Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.Mariusz Felisiak
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-24Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany
2017-04-24Removed obsolete Widget.format_output() in tests.Tim Graham
2017-04-23Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...Simon Charette
2017-04-22Fixed #28115 -- Fixed IP address validation in geoip2 moduleClaude Paroz
2017-04-22Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 moduleClaude Paroz
2017-04-22Fixed #28109 -- Corrected the stack level of unordered queryset pagination wa...Simon Charette
2017-04-22Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_textClaude Paroz
2017-04-21Removed unneeded is True|False from bool expressions in widgets.py.Jon Dufresne
2017-04-21Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne
2017-04-21Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2017-04-20Added "reraising" to docs/spelling_wordlistTim Graham
2017-04-20Refs #28091 -- Forwardported 1.11.1 release note.Tim Graham
2017-04-20Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham
2017-04-20Removed inappropriate highlighting in committing-code.txt.Markus Holtermann
2017-04-20Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...Tim Graham
2017-04-19Fixed #28096 -- Allowed prefetch calls with ModelIterable subclassesClaude Paroz
2017-04-19Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.Tim Graham
2017-04-19Fix a typo in django/db/transaction.pyHuang Zhiqiang
2017-04-18Refs #28066 -- Fixed nondeterministic ordering test failure in sessions_tests.Mariusz Felisiak
2017-04-18Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.Mariusz Felisiak
2017-04-17Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-04-17Fixed #28058 -- Restored empty BoundFields evaluating to True.Tim Graham
2017-04-17Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.Mariusz Felisiak
2017-04-15Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML ...Tim Graham
2017-04-15Doc'd a release task for translated docs.Claude Paroz
2017-04-14Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...Abhishek Gautam
2017-04-14Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_c...Tim Graham
2017-04-14Double quoted HTML attributes in widget docsClaude Paroz
2017-04-13Refs #25406 -- Removed exception hiding in MySQL test database creation durin...Mariusz Felisiak
2017-04-13Refs #28024 -- Optimized LineString.__init__() by avoiding superfluous index ...Sergey Fedoseev
2017-04-12Fixed #28007 -- Moved debug templates to the filesystemClaude Paroz