index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2014-03-27
[1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings
Chris Beaven
2014-03-26
[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
2014-03-26
[1.7.x] Fixed Python 3.4 test failure.
Tim Graham
2014-03-25
[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Loic Bistuer
2014-03-25
[1.7.x] Fixed field deconstruction tests failures introduced by 1506c71a95.
Simon Charette
2014-03-25
[1.7.x] Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-25
[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
Tim Graham
2014-03-25
Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...
Tim Graham
2014-03-25
[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...
Loic Bistuer
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-25
[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...
Stephen Burrows
2014-03-24
[1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves.
Daniel Hahler
2014-03-24
[1.7.x] Fixed typo in error message in django.contrib.sitemaps.
Jannis
2014-03-24
[1.7.x] Updated six to 1.6.1.
Tim Graham
2014-03-22
[1.7.x] Removed an unused variable.
Alex Gaynor
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-03-22
[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATH
Patrick Michaud
2014-03-22
[1.7.x] Improved strip_tags and clarified documentation
Claude Paroz
2014-03-22
[1.7.x] Fixed #22302 -- Updated Finnish locale formats
Antti Hirvonen
2014-03-21
[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidator
Dejan Noveski
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-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
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-15
Remove u prefixes, skip test unless spatial db.
Marc Tamlyn
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-13
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Claude Paroz
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-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
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-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
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-10
Fixed #22239 -- Add auto detection of renamed models
Chris Beaven
[next]