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
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-17
[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.
Tim Graham
2014-04-17
[1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests
Claude Paroz
2014-04-10
[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.
John Paulett
2014-04-10
[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...
Tim Graham
2014-04-07
[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.
Tim Graham
2014-04-05
[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...
Tim Graham
2014-04-03
[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().
Vishal Lal
2014-03-31
[1.7.x] Fixed #22362 -- Improved AuthenticationMiddleware assertion message.
Tim Graham
2014-03-31
[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
Tim Graham
2014-03-31
[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Loic Bistuer
2014-03-29
[1.7.x] Fixed #22250 -- regression in gis compiler for non-concrete fields
Anssi Kääriäinen
2014-03-27
[1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings
Chris Beaven
2014-03-25
[1.7.x] Fixed #22315 -- str/bytes mismatch in staticfiles
David Evans
2014-03-25
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...
Ben Davis
2014-03-24
[1.7.x] Fixed typo in error message in django.contrib.sitemaps.
Jannis
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-03-19
Merge pull request #2221 from bmispelon/LazyObject-refactor
Andrew Godwin
2014-03-19
Fixed migration so MySQL GIS test doesn't fail; refs #22001.
Eric Palakovich Carr
2014-03-18
Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc
Florian Apolloner
2014-03-18
Made a test app label unique.
Florian Apolloner
2014-03-15
Remove u prefixes, skip test unless spatial db.
Marc Tamlyn
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-13
Simplified implementation of collectstatic command.
Baptiste Mispelon
2014-03-11
Tweak password admin change form view context. Refs #21293.
Ramiro Morales
2014-03-11
Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.
Tim Graham
2014-03-09
Prevented admin from importing auth.User.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...
Russell Keith-Magee
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-06
Fixed issues and added new scripts to urlify.js
Baptiste Mispelon
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-04
Cleaned up a repr() hack that caused problems on Python3.
Russell Keith-Magee
2014-03-03
Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...
Thomas Sorrel
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited contrib.sites check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Cleanup of contrib.contenttypes check messages.
Russell Keith-Magee
2014-03-03
Edited contrib.auth check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited contrib.admin check messages for grammar and consistency.
Russell Keith-Magee
2014-03-01
Fixed #22137 -- Made Widget.is_hidden a read-only property
Claude Paroz
2014-02-23
Allowed some auth tests to be run independently
Claude Paroz
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-22
Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...
Bas Peschier
2014-02-18
Fixed #21790 -- Removed reliance on an assert in auth.get_user().
Tim Graham
2014-02-18
flake8 fixes (unused imports and variables).
Tim Graham
2014-02-18
Fixed broken tests when running with a non-TTY stdin.
Baptiste Mispelon
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
[next]