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
path:
root
/
docs
/
releases
Age
Commit message (
Expand
)
Author
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
Doc cleanup for FormMixin.prefix; refs #18872.
Tim Graham
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-13
Added a ``checksetup`` management command for verifying Django compatibility.
Daniel Lindsley
2013-06-13
Added release notes for auth views being reversed by name, not by path.
Tim Graham
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-12
Warned that `request_finished` isn't sent by some buggy setups.
Jaap Roes
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-06-04
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-03
Fixed #20552 -- Corrected release notes reference to name of new test discove...
Russell Keith-Magee
2013-06-01
Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
Tim Graham
2013-06-01
Fixed #18169 -- NoReverseMatch not silenced if from block.super
Anssi Kääriäinen
2013-05-31
Fixed #20515 - Clarified note regarding translator comments.
Tim Graham
2013-05-30
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
Tim Graham
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
2013-05-27
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...
Carl Meyer
2013-05-27
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
Fixed #14825 -- LocaleMiddleware keeps language
Vlastimil Zíma
2013-05-23
Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.
Gavin Wahl
2013-05-23
Made fix for #9321 less buggy and more effective.
Ramiro Morales
2013-05-22
Merge pull request #1198 from KrzysiekJ/http-patch-method
Russell Keith-Magee
2013-05-22
Fixed #17048 - Added docs for upgrading Django.
Tim Graham
2013-05-22
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Krzysztof Jurewicz
2013-05-21
Fixed #18702 -- Removed chunked reads from QuerySet iteration
Anssi Kääriäinen
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-19
Fixed #16330 -- added --pks option in dumpdata command
Preston Holmes
2013-05-19
Fix #20447: URL names given to contrib.auth.views are now resolved.
Baptiste Mispelon
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Łukasz Langa
2013-05-19
Fixed #12747 -- Made reason phrases customizable.
Aymeric Augustin
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
Łukasz Langa
2013-05-18
Merge branch 'allow-any-iterable-for-choices'
Donald Stufft
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-18
Fixed #13285: populate_xheaders breaks caching
Łukasz Langa
2013-05-18
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
[next]