Sanket Saurav
|
079f324357
Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a nonexistent top-level package.
|
6 years ago |
Paul Donohue
|
33a0b7ac81
Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
|
6 years ago |
Jeremy Bowman
|
ee17bb8a67
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a unique field.
|
6 years ago |
Abeer Upadhyay
|
1bf4646f91
Fixed #29258 -- Added type checking for login()'s backend argument.
|
7 years ago |
Michael Sinov
|
9aca67bea8
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type.
|
8 years ago |
Jezeniel Zapanta
|
abe6c5defe
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
|
7 years ago |
Mattia Procopio
|
aeb8c38178
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected.
|
7 years ago |
Becky Smith
|
8116e588db
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
8 years ago |
Stanislav Karpov
|
6d794fb762
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
7 years ago |
Nick Sarbicki
|
47268242b0
Fixed #29082 -- Allowed the test client to encode JSON request data.
|
7 years ago |
Raffaele Salmaso
|
da3df5b878
Fixed #8500 -- Allowed overriding the default admin site instance.
|
8 years ago |
priyanshsaxena
|
617d5f410f
Fixed #29066 -- Allowed negating query expressions.
|
7 years ago |
bquinn
|
c2b969e124
Fixed #29004 -- Added inspectdb --include-views option.
|
7 years ago |
Grant Jenks
|
d38a3169a4
Fixed #28977 -- Changed local-memory cache to use LRU culling.
|
7 years ago |
jaywelborn
|
56e590cc0b
Fixed #28761 -- Documented how an inline formset's prefix works.
|
7 years ago |
Himanshu Chauhan
|
1b753b2d60
Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages.
|
7 years ago |
Will Ayd
|
09530e61a0
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
|
7 years ago |
Zac-HD
|
32ade4d73b
Fixed #28878 -- Added python_requires in setup.py and a warning for older pips that don't recognize it.
|
7 years ago |
Cameron Curry
|
622ead6aaf
Fixed #28937 -- Allowed BinaryField to be editable=True.
|
7 years ago |
Rodrigo Pinheiro Marques de Araújo
|
30a389bd77
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.
|
7 years ago |
Srinivas Reddy Thatiparthy
|
55b5393bd2
Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError.
|
7 years ago |
Tomer Chachamu
|
21a3a29dc9
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
|
7 years ago |
Flávio Juvenal
|
f6e1789654
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults.
|
7 years ago |
Lucas Connors
|
5ceaf14686
Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field.
|
7 years ago |
Niall Dalton
|
4fe6588da3
Fixed #28576 -- Added color interpretation method to GDALBand.
|
7 years ago |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 years ago |
elky
|
dc37e8846e
Fixed #26818 -- Added responsive CSS for the admin.
|
7 years ago |
Olivier Tabone
|
a027447f56
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
|
8 years ago |
ZachLiuGIS
|
2dacc2ccd9
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
|
7 years ago |
LBerrocal
|
54f7aa04a7
Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.
|
7 years ago |