Tim Graham
|
8c2c178a09
Fixed a broken link introduced in a542b808baf.
|
12 yıl önce |
Aymeric Augustin
|
0e51d8eb66
Fixed #20463 -- Made get_or_create more robust.
|
12 yıl önce |
Marc Tamlyn
|
adeec00979
Merge pull request #246 from dekkers/ticket_18709
|
12 yıl önce |
Anssi Kääriäinen
|
904084611d
Fixed #19895 -- Second iterator over invalid qs raises errors
|
12 yıl önce |
Tim Graham
|
90a6c3aaf0
Merge pull request #1196 from selwin/last-doc-fix
|
12 yıl önce |
Jeroen Dekkers
|
d0788c2770
Fixed #18709 -- Check if initial_value is a callable
|
12 yıl önce |
Shai Berger
|
dfe6ea3b1f
Fixed #20012 -- test_year_lookup_edge_case fails under Oracle
|
12 yıl önce |
Shai Berger
|
8fd40b9ae7
Fixed #20015 -- date__startswith('2008') fails under Oracle
|
12 yıl önce |
Shai Berger
|
b6ad9998e6
Fixed #20453 -- inspectdb test failure on Oracle
|
12 yıl önce |
Aymeric Augustin
|
5d16456991
Fixed #20476 -- Typo.
|
12 yıl önce |
Anssi Kääriäinen
|
70679243d1
Fixed #18702 -- Removed chunked reads from QuerySet iteration
|
12 yıl önce |
Selwin Ong
|
375e275030
Slightly reworded 'last()' docs.
|
12 yıl önce |
Selwin Ong
|
ea9a0857d4
Fixed #19326 -- Added first() and last() methods to QuerySet
|
12 yıl önce |
Claude Paroz
|
d595b61aca
(Re-)moved some imports
|
12 yıl önce |
Mathijs de Bruin
|
61a8de6f4f
Fixed #6412 -- More details if a template file cannot be loaded
|
12 yıl önce |
Claude Paroz
|
fd961941cc
Imported copyreg from six.moves
|
12 yıl önce |
Florian Apolloner
|
800513e7f3
Merge pull request #1194 from ambv/python26_is_fun
|
12 yıl önce |
Wiktor Kolodziej
|
cec9558fba
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
|
12 yıl önce |
Łukasz Langa
|
c28281f9d6
Fixed a Python 2.6 regression (GzipFile can't act as a context manager)
|
12 yıl önce |
Florian Apolloner
|
b1ac241ddc
Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.
|
12 yıl önce |
Marc Tamlyn
|
b632baac3c
Merge pull request #1192 from mjtamlyn/assertIsInstance
|
12 yıl önce |
Marc Tamlyn
|
09f8652765
Use assertIsInstance in tests.
|
12 yıl önce |
Florian Apolloner
|
60585f6621
Merge pull request #1190 from ambv/doc_settings_fix
|
12 yıl önce |
Aymeric Augustin
|
18856f866c
Merge pull request #1191 from ambv/content_is_bytes
|
12 yıl önce |
Daniel Lindsley
|
e24d486fbc
Fixed #20212 - __reduce__ should only be defined for Py3+.
|
12 yıl önce |
Łukasz Langa
|
0594fed9ff
Fixed #20472: response.content should be bytes on both Python 2 and 3
|
12 yıl önce |
Łukasz Langa
|
a542b808ba
Removed a confusing duplicate SESSION_COOKIE_DOMAIN header
|
12 yıl önce |
Ramiro Morales
|
4ba1c2e785
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields.
|
12 yıl önce |
Tim Graham
|
2fd61285d1
Fixed #20471 - Typos in topics/forms/formsets.txt
|
12 yıl önce |
Tim Graham
|
490672f057
Tweaked unit test 'quick start' explanation.
|
12 yıl önce |