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
2013-11-24
Randomized KEY_PREFIX in caches test to prevent failures during parallel test...
Florian Apolloner
2013-11-23
Merge pull request #1980 from krallin/patch-1
Alex Gaynor
2013-11-23
Add missing commas in Prefetch docs
Thomas Orozco
2013-11-23
Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...
Baptiste Mispelon
2013-11-23
Don't fail if cPickle doesn't exist.
Florian Apolloner
2013-11-23
Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe
Florian Apolloner
2013-11-23
Fixed #21486 -- Prevented settings config in signal connection
Claude Paroz
2013-11-23
Fixed #21200 -- Consistantly raise errors across all cache backends.
Florian Apolloner
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixes #21412 -- Better error message for messages.add_message
Denis Cornehl
2013-11-23
Simplified iteration in HTTP response objects.
Aymeric Augustin
2013-11-23
Allowed running the test suite without memcached (!)
Aymeric Augustin
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-23
Fixed #21445 -- Clean up misuse of null in quickElement.
Baptiste Mispelon
2013-11-23
Merge pull request #1973 from haikoschol/master
Aymeric Augustin
2013-11-23
Removed information about releases < 1.7.
Haiko Schol
2013-11-22
Improved docs for ModelFormSet.clean().
Loic Bistuer
2013-11-22
Noted that localmem is the default cache.
mlissner
2013-11-22
Removed unused import in docs/topics/http/sessions.txt
Tim Graham
2013-11-22
Fixed #21443 -- Cannot show debug info on PY3's importlib
Bouke Haarsma
2013-11-22
Merge pull request #1965 from loic/ticket21491
Claude Paroz
2013-11-23
Fixed #21491 -- Removed documented workaround for a known issue.
Loic Bistuer
2013-11-22
Fixed some flake8 issues
Alex Gaynor
2013-11-22
Fixed #21487 -- Session cannot store tzinfo instances anymore.
Aymeric Augustin
2013-11-22
Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt
Cody Scott
2013-11-22
Merge pull request #1877 from Bouke/patches/4
Claude Paroz
2013-11-22
Fixed missing admindocs' site_header
Bouke Haarsma
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo Martín
2013-11-21
Updated admindocs to use class-based views
Claude Paroz
2013-11-21
Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
Claude Paroz
2013-11-21
Made minor optimizations to admin_ordering tests
Claude Paroz
2013-11-21
Fixed #21476 -- Cache tests make an incorrect use of `HttpRequest`
Unai Zalakain
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-11-21
Fixed #21427 -- Clearly state integer field value ranges in docs
Markus Amalthea Magnuson
2013-11-21
Removed isinstance(RelatedObject) checks from admin.utils
Anssi Kääriäinen
2013-11-21
Fixed #21431 -- GenRel->FK list_filter regression in admin
Anssi Kääriäinen
2013-11-21
Merge pull request #1954 from loic/ticket8261
Anssi Kääriäinen
2013-11-21
Refs #8261 -- Fixed regression introduced by fd219fa.
Loic Bistuer
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-11-20
Fixed #21458 -- Made check_for_language more resistant to malformed input.
Baptiste Mispelon
2013-11-20
Fixed #21469 -- Allow set objects in Meta.unique_together.
Baptiste Mispelon
2013-11-19
Use `classmethod` as a decorator.
xuxiang
2013-11-19
Changed shortcuts from being a package to just being a module
Alex Gaynor
2013-11-19
Recommended setuptools in the reuseable app tutorial.
Dražen Lučanin
2013-11-19
Added more examples to the get_object_or_404 documentation.
Baptiste Mispelon
2013-11-19
Merge pull request #1943 from jantokhine/master
Alex Gaynor
2013-11-19
fixed typo in builtins.txt
Julia Antokhine
2013-11-19
Fixed the base class note in the Date Views docs.
Rocky Meza
2013-11-19
Fixed #21361 -- allowed access self.value() from SimpleListFilter lookup
Vajrasky Kok
[next]