Jon Dufresne
|
8c581ff394
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
|
10 年之前 |
Markus Holtermann
|
85f6d89313
Fixed #23426 -- Allowed parameters in migrations.RunSQL
|
10 年之前 |
ticalcster
|
d49993fa8f
Fixed typo in docs/ref/contrib/sites.txt
|
10 年之前 |
Luke Plant
|
01a7e0b9c5
Updated docs/spelling_wordlist
|
10 年之前 |
Luke Plant
|
ca139bbfdf
Documented how to rename get_query_set if you are a library author
|
10 年之前 |
Tim Graham
|
32c7d3c061
Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host().
|
10 年之前 |
Claude Paroz
|
3339605821
Added a dumpdata/loaddata test for geographic content
|
10 年之前 |
jnothman
|
20f868bc5a
Added flat=False to signature of QuerySet.values_list()
|
10 年之前 |
Seth Hill
|
fe2afcd318
Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.
|
10 年之前 |
Claude Paroz
|
d6a15026c4
Updated translations from Transifex
|
10 年之前 |
Tim Graham
|
c7b5883c78
Fixed flake8 warnings.
|
10 年之前 |
Nick Sandford
|
f5cfd09c25
Fixed #7361 -- Added cancel link to admin delete views.
|
10 年之前 |
Rudy Mutter
|
a407b846b4
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
|
10 年之前 |
Tim Graham
|
12809e1609
Fixed #23489 -- Added numpy 1.9+ support in template lookups
|
10 年之前 |
Duane Hilton
|
054bdfeff1
Fixed #17638 -- Added crosslinks between topic and reference guides.
|
10 年之前 |
Tim Graham
|
90761d00e3
Fixed spelling mistakes and added words to wordlist.
|
10 年之前 |
Thomas Chaumeny
|
311b3ad9db
Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=False
|
10 年之前 |
Tim Graham
|
df578bf175
Added ordering to fix non-deterministic relatedapp test.
|
10 年之前 |
Tim Graham
|
4b257cf261
Fixed flake8 warnings.
|
10 年之前 |
Greg Brown
|
9e8658db51
Fixed typo in docs/topics/db/managers.txt
|
10 年之前 |
Thomas Chaumeny
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 年之前 |
Aymeric Augustin
|
caf5cd7ba7
Fixed #23436 -- Made BASE_DIR absolute in settings template.
|
10 年之前 |
Claude Paroz
|
e1fbb68e4e
Updated comment about Python issue
|
10 年之前 |
Shai Berger
|
a54adcecff
Fixed git blunder, refs #22738
|
10 年之前 |
Shai Berger
|
c1ae0621ba
Fixed #22738 -- made finer distinctions for when Boolean is not detected on Oracle
|
10 年之前 |
Claude Paroz
|
dbdae3a755
Fixed #22738 -- Abstracted boolean field type introspection
|
10 年之前 |
Loic Bistuer
|
45840927d3
Silenced some deprecation warnings in contrib.sitemaps; refs #22384.
|
10 年之前 |
Loic Bistuer
|
b23d47412c
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
|
10 年之前 |
Carl Meyer
|
f5c932ddec
How many is two?
|
10 年之前 |
Carl Meyer
|
d16bc7f0e4
Fixed #23561 -- Corrected a security doc example that requires an unquoted HTML attribute.
|
10 年之前 |