index
:
django.git
fix-31295
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
2014-03-20
[1.7.x] Bump version numbers for 1.7 beta 1.
1.7b1
James Bennett
2014-03-20
Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
Aymeric Augustin
2014-03-20
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-03-20
Removed a file accidentally added in 81f5408c7a16b8c79053950f05fe7a873506ca55.
Baptiste Mispelon
2014-03-19
Mark model renaming as irreversible for now (#22248)
Andrew Godwin
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-19
Merge pull request #2221 from bmispelon/LazyObject-refactor
Andrew Godwin
2014-03-19
Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...
Daniel Hahler
2014-03-19
Fixed #22253 -- Added django-i18n to the mailing lists docs.
Anubhav Joshi
2014-03-19
Fixed migration so MySQL GIS test doesn't fail; refs #22001.
Eric Palakovich Carr
2014-03-18
Fixed regression in file locking on some platforms.
smallcode
2014-03-18
Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc
Florian Apolloner
2014-03-18
Made a test app label unique.
Florian Apolloner
2014-03-18
Mentioned that ``dumpdata --natural`` is deprecated.
Daniel Hahler
2014-03-18
Fixed #22283 -- Updated documentation referring to non-existent tuples.
Matthew Somerville
2014-03-18
Fix any sqlite field migration deleting all implicit m2m tables
Chris Beaven
2014-03-17
Amended login required mixin documentation to honor **initkwargs.
Simon Charette
2014-03-17
Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.
zedr
2014-03-17
Fixed #22006 -- Documented how to write a login_required mixin for CBVs.
Tim Graham
2014-03-16
Fixed #21860 -- Added to_field_name to ModelChoiceField docs.
Anubhav Joshi
2014-03-16
Fixed #21991 -- Added warning regarding tests failure if locales not installed.
Anubhav Joshi
2014-03-16
Fixed #22242 -- Documented common cookie size limit.
Daniel Pyrathon
2014-03-15
Remove u prefixes, skip test unless spatial db.
Marc Tamlyn
2014-03-15
Fixed #22184 -- Allowed template_tests.tests to be run isolated
Anubhav Joshi
2014-03-15
Merge pull request #2430 from NathanRSmith/ticket_21989
Russell Keith-Magee
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Changed start of week for Australia to Sunday as requested in https://code.dj...
Nathan Smith
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
2014-03-14
Merged model_forms_regress with model_forms tests
Claude Paroz
2014-03-14
Fixed #6103 -- Splitted tests in model_forms tests
Claude Paroz
2014-03-13
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Claude Paroz
2014-03-13
Fixed #22262 -- Added the correct line in the last example of Translator lines
Dejan Noveski
2014-03-13
Fixed a grammar error in topics/i18n/translation.
Iain Dawson
2014-03-13
Simplified implementation of collectstatic command.
Baptiste Mispelon
2014-03-13
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
Baptiste Mispelon
2014-03-13
Skip test for saving microseconds on backends which do not support it.
Shai Berger
2014-03-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-12
Fixed test failure on Oracle: model_fields.tests.test_float_validates_object
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-11
Remove failing test while we fix the underlying bug
Andrew Godwin
2014-03-11
Fixed test failures on Windows.
Tim Graham
2014-03-11
Merge pull request #2418 from ramiro/21293-tweak
Ramiro Morales
2014-03-11
Tweak password admin change form view context. Refs #21293.
Ramiro Morales
2014-03-11
Updated spelling_wordlist.
Tim Graham
2014-03-11
Fixed typo in docs/ref/django-admin.txt
Tim Graham
2014-03-11
Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.
Tim Graham
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
2014-03-10
Added myself to the committers list, finally.
Shai Berger
[next]