Tim Graham
|
e9ea49d274
Consolidated docs about handling a ForeignKey in custom user model manager.
|
6 år sedan |
Hasan Ramezani
|
03e918d717
Added test for django.core.management.utils.get_random_secret_key().
|
6 år sedan |
Josh Schneier
|
8b43e9b1af
Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field.
|
6 år sedan |
Tim Graham
|
89d4d41240
Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.
|
6 år sedan |
Carlton Gibson
|
ef70af77ec
Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.
|
6 år sedan |
Tim Graham
|
ec594942cd
Removed unnecessary str() in mail tests.
|
6 år sedan |
Josh Schneier
|
ec9d0123e0
Made createsuperuser code more DRY.
|
6 år sedan |
Josh Schneier
|
793e9bb35a
Fixed #29628 -- Made createsuperuser validate password against username and required fields.
|
6 år sedan |
Tom
|
f1fbef6cd1
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
|
7 år sedan |
Adam Johnson
|
45086c294d
Clarified the values accepted by ModelAdmin.fields.
|
6 år sedan |
Calvin DeBoer
|
058d33f3ed
Fixed #29198 -- Added migrate --plan option.
|
6 år sedan |
Tim Graham
|
1160a97596
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
|
6 år sedan |
Danilo Bargen
|
2e06ff8e14
Fixed #29633 -- Doc'd the geometry type for each model field.
|
6 år sedan |
Mariusz Felisiak
|
1a9cbf41a1
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the user can't create databases.
|
6 år sedan |
Tim Graham
|
d8e2be459f
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
|
6 år sedan |
Adam Johnson
|
2e3ba9f592
Removed out of place sentence in QuerySet.count() docs.
|
6 år sedan |
Michael Sanders
|
271542dad1
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
|
6 år sedan |
Nick Pope
|
743d28f553
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
|
7 år sedan |
Nick Pope
|
ff9543b351
Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.
|
7 år sedan |
Nick Pope
|
6b4d1ec8ff
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
|
6 år sedan |
Nick Pope
|
d6381d3559
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
|
7 år sedan |
Nick Pope
|
4c36e9e492
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
|
7 år sedan |
Nick Pope
|
d526b07784
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
|
7 år sedan |
Tim Graham
|
2092206bee
Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupported.
|
6 år sedan |
Nick Pope
|
fa54ebc722
Simplified tests for PostgreSQL indexes.
|
7 år sedan |
luz.paz
|
97e637a87f
Fixed typos in comments and docs.
|
6 år sedan |
Tim Graham
|
4263cd0e09
Simplified comment in BooleanField.to_python().
|
6 år sedan |
Tim Graham
|
25dd595742
Added stub release notes for 2.1.1.
|
6 år sedan |
Tim Graham
|
0006538e53
Added CVE-2018-14574 to the security release archive.
|
6 år sedan |
Andreas Hug
|
a656a68127
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
|
6 år sedan |