- 21 Mar, 2014 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Dejan Noveski yazdı
-
Bryan Helmig yazdı
-
- 20 Mar, 2014 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Thanks to bak1an for the patch.
-
Andrew Godwin yazdı
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject...
-
Daniel Hahler yazdı
-
- 19 Mar, 2014 2 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks bmispelon for the suggestion.
-
Eric Palakovich Carr yazdı
The test previously failed with the error: (1170, "BLOB/TEXT column 'name' used in key specification without a key length")
-
- 18 Mar, 2014 6 kayıt (commit)
-
-
smallcode yazdı
Some platforms with os.name == 'posix' do not have the fcntl module, e.g. AppEngine. refs #19373.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Daniel Hahler yazdı
-
Matthew Somerville yazdı
-
Chris Beaven yazdı
Fixes #22281
-
- 17 Mar, 2014 3 kayıt (commit)
-
-
Simon Charette yazdı
-
zedr yazdı
Thanks charettes for the suggestion.
-
Tim Graham yazdı
Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch.
-
- 16 Mar, 2014 3 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks Keryn Knight for the suggestion.
-
Anubhav Joshi yazdı
Thanks reidrac for the report.
-
Daniel Pyrathon yazdı
-
- 15 Mar, 2014 3 kayıt (commit)
-
-
Marc Tamlyn yazdı
Refs #22001, d22b2918
-
Anubhav Joshi yazdı
-
Russell Keith-Magee yazdı
Fixed #21989 - Modified first day of week in AU locale. Although Australia is a signatory to ISO 8601, there's a lot of evidence to suggest that this is in the same category as "officially, the USA uses metric". See the ticket for supporting details.
-
- 14 Mar, 2014 5 kayıt (commit)
-
-
Marc Tamlyn yazdı
db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260
-
Nathan Smith yazdı
Changed start of week for Australia to Sunday as requested in https://code.djangoproject.com/ticket/21989
-
Baptiste Mispelon yazdı
Thanks to trac user merb for the report.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 13 Mar, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Jeroen Pulles for the report and Simon Charette for the review.
-
Dejan Noveski yazdı
-
Iain Dawson yazdı
Hooks are quantum; you can not have an amount of them.
-
Baptiste Mispelon yazdı
Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance() calls work correctly on LazyObject, we can simplify the implementation of is_local_storage added in 7e27885c.
-
Baptiste Mispelon yazdı
This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject.
-
- 12 Mar, 2014 2 kayıt (commit)
-
-
Shai Berger yazdı
-
Shai Berger yazdı
This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket.
-