summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-20Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev
2018-03-20Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.Nick Pope
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-20Extracted deserialize fk/m2m functions from Deserializer.Peter Inglesby
2018-03-19Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-19Added stub release notes for 1.11.12.Tim Graham
2018-03-17Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz
2018-03-17Added tests for MySQL's SchemaEditor.quote_value().Claude Paroz
2018-03-17Removed unused args in Index.clone().Mads Jensen
2018-03-16Removed DatabaseFeatures.can_introspect_null.Tim Graham
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-15Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio
2018-03-15Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
2018-03-15Fixed #29219 -- Made admin filters use processed params rather than request.GET.David Sanders
2018-03-15Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin
2018-03-15Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...Mariusz Felisiak
2018-03-15Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham
2018-03-14Moved SchemaLoggingTest to tests/schema.Tim Graham
2018-03-14Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak
2018-03-13Quoted field names in cache db backend SQL.Hajime Nakagami
2018-03-13Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...Mariusz Felisiak
2018-03-13Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...ovalseven8
2018-03-13Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang
2018-03-12Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa
2018-03-12Changed es_MX's THOUSAND_SEPARATOR to a comma.Alejandro Sánchez
2018-03-12Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.Sergey Fedoseev
2018-03-12Fixed typo in django/db/backends/base/schema.py.Tomer Chachamu
2018-03-12Added PatternLookup.prepare_rhs to simplify subclasses.Simon Charette
2018-03-12Removed unused variable in BaseDatabaseSchemaEditor.effective_default().Дилян Палаузов
2018-03-12Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by ...Mariusz Felisiak
2018-03-12Added functions for inspectdb table filtering in tests.Tim Graham
2018-03-12Added "Denial-of-service attacks" to the security issue severity classification.Tim Graham
2018-03-12Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
2018-03-12Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.Sergey Fedoseev
2018-03-10Used cached_property for File.size.Sergey Fedoseev
2018-03-09Fixed #29180 -- Fixed a regression where migrations already in the plan were ...Carlton Gibson
2018-03-09Refs #29180 -- Added MigrationGraph._generate_plan() for testing.Carlton Gibson
2018-03-08Fixed #29188 -- Fixed ContentFile.size after a write().Alex Stovbur
2018-03-08Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.Simon Charette
2018-03-08Fixed #29165 -- Clarified how to load initial data with migrations.Tim Graham
2018-03-08Fixed #29178 -- Allowed Index.fields to accept a tuple.Fabrizio Ettore Messina
2018-03-07Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
2018-03-07Used console directive in "Writing documentation".Roy Zwambag
2018-03-07Simplified Contains, StartsWith, and EndsWith lookups.Mariusz Felisiak
2018-03-06Added stub release notes for 2.0.4.Tim Graham
2018-03-06Added CVE-2018-7536,7 to the security release archive.Tim Graham