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
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
Updated translation catalogs
Claude Paroz
2013-05-25
Fixed some minor translation-related issues
Claude Paroz
2013-05-25
Fixed #20455 -- Do not use ngettext for undefined plurals
Marc Egli
2013-05-24
Rotate CSRF token on login
Andrew Godwin
2013-05-23
Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.
Gavin Wahl
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-05-21
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
Wiktor Kolodziej
2013-05-19
Made 2d309a70 compatible with Python 3.
Aymeric Augustin
2013-05-19
Merge pull request #1178 from bmispelon/master
Russell Keith-Magee
2013-05-19
Fix test failure introduced by 980ae2ab29.
Baptiste Mispelon
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-05-19
Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...
Erik Romijn
2013-05-19
Fix #20447: URL names given to contrib.auth.views are now resolved.
Baptiste Mispelon
2013-05-19
Merge pull request #1130 from vdboor/issue_20442_get_for_id
Andrew Godwin
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Łukasz Langa
2013-05-19
Fixed #12674 -- provide a way to override admin validation
Honza Kral
2013-05-19
Typo in comment
Peter Inglesby
2013-05-18
Updated contrib.humanize translation template
Claude Paroz
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenström
2013-05-18
Fix NoneType error when fetching a stale ContentType with get_for_id
Diederik van der Boor
2013-05-18
Fixed #13285: populate_xheaders breaks caching
Łukasz Langa
2013-05-18
Slightly reworked imports in contrib.auth.__init__
Claude Paroz
2013-05-18
Fixed #18998 - Prevented session crash when auth backend removed
Jorge Bastida
2013-05-18
Fixed #20432 -- Test failure in admin_views.
Jacob Burch
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-17
Remove unnecessary and problematic parent class from SuccessMessageMixin
Preston Holmes
2013-05-17
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Claude Paroz
2013-05-16
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
Mark Huang
2013-05-16
Fixed misleading heading on admindocs models page; refs #19712.
Tim Graham
2013-05-16
Fixed #20415 -- Ensured srid is not localized in openlayers template
Claude Paroz
2013-05-15
Fix bug introduced in contrib.gis in 74f3884ae0
Mike Fogel
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-05-15
Fixed previous commit. (Don't commit from DjangCon!)
Florian Apolloner
2013-05-15
Don't unregister OSMGeoAdmin, other tests rely on it.
Florian Apolloner
2013-05-13
Recommend using the bcrypt library instead of py-bcrypt
Donald Stufft
2013-05-11
Fixed embarrassing typo.
Florian Apolloner
2013-05-11
Don't hardcode primary keys in gis tests.
Florian Apolloner
2013-05-11
Merge pull request #1052 from dstufft/bcrypt-python3
Donald Stufft
2013-05-11
Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.
Florian Apolloner
2013-05-11
Properly force bytes or str for bcrypt on Python3
Donald Stufft
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-10
[py3] Made GeoIP tests pass with Python 3
Claude Paroz
2013-05-10
Fixed #20384 -- Forced GeoIP_open path argument to bytestring
Claude Paroz
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-09
Further removal of static admin validation that can fail erroneously
Luke Plant
2013-05-09
Fixed conditional skipping of test for left/right lookup types.
Aymeric Augustin
2013-05-09
Made gis_terms be a set, rather than a dict with None for all keys.
Alex Gaynor
2013-05-08
Merge pull request #1049 from mfogel/remove-unescessary-parameter-checks
Alex Gaynor
[next]