| Age | Commit message (Collapse) | Author |
|
Thanks Tim Graham for the review and suggestions.
|
|
This documents the behavior introduced by cc337a74, which is BACKWARDS
INCOMPATIBLE for any attempt to invoke a method on a manager using the
abstract class as the calling class (e.g., AbstractBase.objects.do_something())
Thanks to mhsparks for the report.
|
|
|
|
If there are more than one values to compare against and the qs isn't
ordered then assertQuerysetEqual will raise a ValueError.
|
|
|
|
|
|
|
|
rasca for the suggestion and to mateusgondim for the patch.
|
|
The old comment system was pre-1.0.
|
|
F() expressions reuse joins like any lookup in a .filter() call -
reuse multijoins generated in the same .filter() call else generate
new joins. Also, lookups can now reuse joins generated by F().
This change is backwards incompatible, but it is required to prevent
dict randomization from generating different queries depending on
.filter() kwarg ordering. The new way is also more consistent in how
joins are reused.
|
|
|
|
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055.
|
|
Thanks to Lowe Thiderman for the patch and tests
|
|
Deleted word that used second time
|
|
|
|
exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years.
|
|
Capture warnings in Python >= 2.7 and route through
console handler, which is subject to DEBUG==True
Thanks to dstufft for the idea, and claudep for initial patch
|
|
|
|
|
|
This is the start of a deprecation path for the depth kwarg on
select_related. Removing this will allow us to update select_related so
it chains properly and have an API similar to prefetch_related.
Thanks to Marc Tamlyn for spearheading and initial patch.
refs #16855
|
|
|
|
Since 1.5 is feature-frozen, we need them to document new features.
|
|
If the current sessions user was logged in via a remote user backend log out
the user if REMOTE_USER header not available - otherwise leave it to other auth
middleware to install the AnonymousUser.
Thanks to Sylvain Bouchard for the initial patch and ticket maintenance.
|
|
This removes a dependency of 'core' on 'contrib'.
|
|
Fixed typo in docs/releases/1.5.txt
|
|
|
|
Fix typo.
|
|
Also updated 1.5-proper release notes a bit.
|
|
in HttpResponses instantiated with iterators.
|
|
|
|
Thanks mrmachine and everyone else involved on this long-standing ticket.
|
|
Thanks paulegan for the report and Preston Holmes for the review.
|
|
Refs #18484. Thanks Simon Charette for the suggestion.
|
|
Done for consistency with Q() expressions and QuerySet combining. This
will allow usage of '&' and '|' as boolean logical operators in the
future. Refs #16211.
|
|
This reverts commit 28abf5f0ebc9d380f25dd278d7ef4642c4504545.
Conflicts:
docs/releases/1.5.txt
|
|
This is especially needed to compare XML when hash randomization
is on, as attribute order may vary. Refs #17758, #19038.
Thanks Taylor Mitchell for the initial patch, and Ian Clelland for
review and cleanup.
|
|
value
|
|
Thanks to Roman Gladkov for the initial patch and Simon Charette for review.
|
|
Thanks to Brad Pitcher for documentation
|
|
Thanks Aymeric Augustin for the report and Jannis Leidel for the
review.
|
|
Thanks ckarrie for the report and the initial patches, Flavio Curella
for updating the patch, and Anssi Kääriäinen for testing. See ticket
for other valuable contributors.
|
|
When looking permissions from PermWrapper it is now possible to use
{% if "someapp.someperm" in perms %} instead of
{% if perms.someapp.someperm %}.
|
|
Work done by Walter Doekes and Trac alias knoeb. Reviewed by Simon
Charette.
|
|
Thanks Preston Holmes for the review.
|
|
|
|
Previously, the wkb of geometries was dropping the Z attribute.
Thanks luizvital for the report and tests and georger.silva@gmail.com
for the tests.
|
|
Thanks novalis for the report and the initial patch, and Anssi
Kääriäinen and Justin Bronn for the review.
|
|
Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.
Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.
|
|
Thanks to baumer1122 for the suggestion and initial
patch and David Fischer for the contributions and
long term patch maintenance and docs.
|
|
|