| Age | Commit message (Collapse) | Author |
|
Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
|
|
Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.
Backport of a075e2ad0d from master
|
|
Backport of 9d3e60aa3e, 8e134c27c9, 8b3bae9466, c65ae7c969, bbabc5325c,
and a2e25e8a83 from master.
|
|
Since non-core contributors are asked to review patches, instructions
on working with pull requests were added to the Working with Git and
GitHub page (based on the existing instructions in the core
committers page).
Backport of 990ce9aab9 from master
|
|
Backport of cd4068f359 from master
|
|
The documentation and comments now all use 'an' to
refer to the word SQL and not 'a'.
Backport of 4d13cc56de from master
|
|
Backport of 93dd31cadf from master
|
|
Backport of 08e7a64369 from master
|
|
Follows 3f2befc
Backport of 354009d67e from master
|
|
Thanks garrison for the report.
Backport of 5737c57d95 from master
|
|
Backport of 77856dc875 from master
|
|
Backport of 4d92a0bd86 from master.
|
|
Thanks Marc Tamlyn and Tim Graham for the review.
Backport of 7442eb1a24 from master.
|
|
refs #20642.
Backport of e1dd24d2f from master.
|
|
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.
Thanks jonash for the initial patch and claudep for the review.
|
|
|
|
|
|
Few quick fixes to the terminology in order to match what is used on the Django Trac at the moment.
|
|
test code.
The ``DocTestRunner`` and ``OutputChecker`` were formerly in
``django.test.testcases``, now they are in ``django.test.simple``. This avoids
triggering the ``django.test._doctest`` deprecation message with any import
from ``django.test``. Since these utility classes are undocumented internal
API, they can be moved without a separate deprecation process.
Also removed the deprecation warnings specific to these classes, as they are
now covered by the module-level warning in ``django.test.simple``.
Thanks Anssi for the report.
Refs #17365.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Ramiro Morales for the initial patch and
Preston Holmes for the review.
|
|
fields.
This is backward incompatible for custom form field/widgets that rely
on the hard-coded 'Hold down "Control", or "Command" on a Mac, to select
more than one.' sentence.
Application that use standard model form fields and widgets aren't
affected but need to start handling these help texts by themselves
before Django 1.8.
For more details, see the related release notes and deprecation timeline
sections added with this commit.
|
|
Thanks Jeremy Dunck.
|
|
https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ
|
|
|
|
This completes the removal of the distinction between core devs and
specialists.
Patch by Simon Meers.
|
|
|
|
|
|
|
|
The distinction's not really one we make any more, so updated the docs
accordingly.
|
|
|
|
This starts the deprecation period for PIL (support to end in 1.8).
|
|
Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.
Refs #11077, #17032, and #18670.
|
|
|
|
|
|
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
|
Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
|
|
As explained in ticket #20104, the use of versionchanged/versionadded
was confusing.
To solve this ambiguity these directives no longer accept a second
argument but now they only receive the version number (1st arg) and then
a content with the proper comment.
|
|
I refactored RadioSelect and CheckboxSelectMultiple to
make them inherit from a base class, allowing them to share
the behavior of being able to iterate over their subwidgets.
Thanks to Matt McClanahan for the initial patch and to
Claude Paroz for the review.
|
|
linked to in the documentation.
|
|
Now that DDN is gone, I felt it was worth some extra language
about what "accepted" means, and qualify what it means to be "safe"
to start writing a patch.
|
|
Rephrased "How can I help with triaging?" a bit to reflect the current
practice.
|
|
This is no longer something that has to happen now that 5c771da3 is in.
|
|
Updated bios of committers
|
|
|
|
|