index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-04-05
Fixed #15644 -- Improved Django File wrapper to support more file-like object...
Claude Paroz
2012-04-05
Removed pre-2.6 compatibility code in date-based form fields. Refs #9459.
Claude Paroz
2012-04-05
Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...
Claude Paroz
2012-04-02
Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...
Claude Paroz
2012-04-02
Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndica...
Claude Paroz
2012-04-01
Fixed #18022 -- Fixed import of standalone Python 'json' module.
Ramiro Morales
2012-04-01
Removed broken function-based custom test runner in GeoDjango
Ramiro Morales
2012-04-01
Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTP...
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-31
Advanced version identifiers for 1.5 development cycle.
Ramiro Morales
2012-03-31
Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the dest...
Claude Paroz
2012-03-31
Removed some more useless code related to the verify_exists removal.
Claude Paroz
2012-03-31
Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.
Claude Paroz
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-31
Moved a template that was added in the wrong directory.
Aymeric Augustin
2012-03-31
Fix a reST error.
Alex Gaynor
2012-03-31
Used the override_settings decorator in the tests of auth, flatpages, and for...
Aymeric Augustin
2012-03-31
Removed some more imports/warnings useless after recent removals.
Claude Paroz
2012-03-31
Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.
Claude Paroz
2012-03-31
Removed deprecated tests missed in r17839.
Aymeric Augustin
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.
Aymeric Augustin
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-31
Removed deprecated copy of PermWrapper and PermLookupDict from django.core.co...
Aymeric Augustin
2012-03-31
Removed deprecated CompatCookie.
Aymeric Augustin
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-31
Removed deprecated and undocumented function django.contrib.formtools.utils.s...
Aymeric Augustin
2012-03-31
Removed deprecated DjangoTestRunner.
Aymeric Augustin
2012-03-31
Removed deprecated attribute Response.template in the test client. Refs #12226.
Aymeric Augustin
2012-03-31
Removed documentation for SMTPConnection, which was removed at r15978.
Aymeric Augustin
2012-03-31
Prevented Django from running with an empty secret key. Refs #17800.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Fixed #17999 -- Restored the links to examples from models documentation. Ref...
Claude Paroz
2012-03-30
Added stub release notes for 1.5
Claude Paroz
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-29
Fixed #17811 -- Added connection parameter in call to EmailMessage from send_...
Claude Paroz
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
2012-03-29
Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha...
Claude Paroz
2012-03-29
Fixed #17989 -- Made an error message translatable in CH localflavor. Thanks ...
Claude Paroz
2012-03-29
Fixed #17947 -- Fixed language restore after management command even when exc...
Claude Paroz
2012-03-29
Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.
Ramiro Morales
2012-03-28
Fixed 17993 -- Removed quotes around module parameter for wider compatibility...
Claude Paroz
2012-03-27
Added missing indentation in models topic documentation.
Claude Paroz
2012-03-26
Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980. Thanks ...
Claude Paroz
2012-03-26
Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...
Aymeric Augustin
2012-03-25
Fix lintian error in manpages.
Paul McMillan
2012-03-23
Fixed #17963 -- Fixed internal links in the 1.4 release notes.
Claude Paroz
[next]