| Age | Commit message (Collapse) | Author |
|
object.
|
|
is available.
|
|
2038 is chosen for compatibility with 32-bit systems.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
__Secure/Host prefixes.
|
|
|
|
|
|
header.
|
|
|
|
|
|
|
|
|
|
|
|
status_code.
|
|
|
|
|
|
Added getvalue() to HttpResponse to return the content of the response,
along with a few other methods to partially match io.IOBase.
Thanks Claude Paroz for the suggestion and Nick Sanford for review.
|
|
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
|
|
Added comments in the three empty models.py files that are still needed.
Adjusted the test runner to add applications corresponding to test
labels to INSTALLED_APPS even when they don't have a models module.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|