Jeremy Dunck
|
9aed3201aa
Clarified trac patch-related field meaning
|
11 gadi atpakaļ |
Alex Gaynor
|
03d9566e0d
A large number of stylistic cleanups across django/db/
|
11 gadi atpakaļ |
Alex Gaynor
|
0b69a75502
Fixed a bug I introduced in my previosu ommit.
|
11 gadi atpakaļ |
Alex Gaynor
|
df3d7e66da
Replaced some dicts with sets.
|
11 gadi atpakaļ |
Alex Gaynor
|
5ac7f777cd
Merge pull request #991 from stockr-labs/feature/email-backends-generators
|
11 gadi atpakaļ |
Alex Gaynor
|
626fa28878
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
|
11 gadi atpakaļ |
Alex Gaynor
|
db2727f952
A few cleanups to capture the minimum amount of code in try/except blocks.
|
11 gadi atpakaļ |
Alex Gaynor
|
126250a4c4
Merge branch 'ticket_20613' of https://github.com/ersran9/django into t20613
|
11 gadi atpakaļ |
Alex Gaynor
|
d66bd1dfb9
.DS_Store can be ignored.
|
11 gadi atpakaļ |
Alex Gaynor
|
c8c22ccdcb
Removed some logic that wasn't needed following removal of some deprecated code.
|
11 gadi atpakaļ |
SusanTan
|
d63327d843
Fixed #20711 -- Fixed broken link in timesince.py docstring
|
11 gadi atpakaļ |
Tim Graham
|
2d96e660f9
Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__
|
11 gadi atpakaļ |
Claude Paroz
|
c94093c5ba
[gis] Dropped official support for GDAL < 1.6
|
11 gadi atpakaļ |
Claude Paroz
|
de676f94b7
Added release dates for gis libs as doc comments
|
11 gadi atpakaļ |
Claude Paroz
|
4367c637d6
Tweaked proj string regex in gis tests
|
11 gadi atpakaļ |
ersran9
|
76ee39ce14
Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/writer() blocks
|
11 gadi atpakaļ |
Claude Paroz
|
1116df0751
Deprecate usage of boolean value for widget attributes
|
11 gadi atpakaļ |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 gadi atpakaļ |
Tim Graham
|
577b0f9189
Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supported by Postgres.
|
11 gadi atpakaļ |
Tim Graham
|
b9fceadfd4
Fixed #19539 -- Updated custom model fields example for Python 3.
|
11 gadi atpakaļ |
Marc Tamlyn
|
3e60cc2992
Merge pull request #1331 from hekevintran/patch-1
|
11 gadi atpakaļ |
Tim Graham
|
2cbd579efe
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for default db.
|
11 gadi atpakaļ |
hekevintran
|
62a826ab31
fixed grammar
|
11 gadi atpakaļ |
Tim Graham
|
da5069f68f
Fixed #20134 -- Correct list of fields that UserManager requires.
|
11 gadi atpakaļ |
Tim Graham
|
f407f75aae
Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
|
11 gadi atpakaļ |
Tim Graham
|
428de2e339
Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique constraints.
|
11 gadi atpakaļ |
Tim Graham
|
231e31c690
Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.
|
11 gadi atpakaļ |
Simon Charette
|
8759778185
Fixed #20675 -- `check_password` should work when no password is specified.
|
11 gadi atpakaļ |
SusanTan
|
067e0424ce
Fixed #20609 -- Documented how to use request.user with RequestFactory
|
11 gadi atpakaļ |
Tomáš Ehrlich
|
c5bc98d7e1
Fixed #20687 -- Added documentation for django.core.signing API.
|
11 gadi atpakaļ |