summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-136-1/+15
* Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.Matthias Kestenholz2018-04-131-4/+5
* Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak2018-04-131-3/+2
* Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...Flávio Juvenal2018-04-121-1/+5
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-123-7/+12
* Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman2018-04-111-3/+19
* Fixed #29301 -- Made management command --help display command-specific argum...David Foster2018-04-111-1/+3
* Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol2018-04-101-6/+6
* Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.Vinay Karanam2018-04-071-0/+10
* Fixed #29289 -- Clarified PasswordResetTokenGenerator comment regarding the d...Tim Graham2018-04-061-10/+17
* Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad2018-04-054-6/+6
* Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne2018-04-042-4/+29
* Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.Jirka Vejrazka2018-04-041-2/+2
* Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.safu92018-04-041-1/+7
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo2018-04-044-3/+15
* Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...Mariusz Felisiak2018-04-031-9/+9
* Refs #28643 -- Added Repeat database function.Mariusz Felisiak2018-04-033-4/+20
* Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...Mariusz Felisiak2018-04-033-1/+21
* Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham2018-04-031-1/+4
* Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz2018-04-022-4/+17
* Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...Claude Paroz2018-04-021-0/+2
* Removed unused regexes in django.core.management.templates.desigrammer2018-04-021-4/+0
* Fixed #29279 -- Added renderer argument to ModelForm.Dan Watson2018-03-311-1/+3
* Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...Chris Lamb2018-03-311-1/+1
* Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.Malte Gerth2018-03-291-4/+6
* Fixed #29245 -- Made autodetector treat field renames + db_column addition as...Simon Charette2018-03-281-2/+9
* Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay2018-03-281-0/+3
* Removed unnecessary variable in Lexer.create_token().Mads Jensen2018-03-241-5/+4
* Fixed #23406 -- Allowed migrations to be loaded from .pyc files.Dan Watson2018-03-231-11/+14
* Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham2018-03-222-11/+11
* Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov2018-03-211-4/+12
* Fixed too many parentheses in inspectdb Meta.unique_together output.Tim Graham2018-03-211-1/+1
* Refs #23919 -- Removed obsolete comments about u'' prefixes.Tim Graham2018-03-211-4/+1
* Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py do...Tim Graham2018-03-211-32/+27
* Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev2018-03-205-20/+10
* Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.Nick Pope2018-03-203-36/+4
* Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham2018-03-203-22/+7
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-204-37/+14
* Extracted deserialize fk/m2m functions from Deserializer.Peter Inglesby2018-03-202-40/+55
* Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral2018-03-191-1/+2
* Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak2018-03-193-4/+30
* Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani2018-03-171-3/+6
* Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz2018-03-171-3/+5
* Removed unused args in Index.clone().Mads Jensen2018-03-171-2/+2
* Removed DatabaseFeatures.can_introspect_null.Tim Graham2018-03-161-8/+1
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-167-11/+16
* Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio2018-03-151-1/+2
* Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier2018-03-151-1/+5