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
2014-08-08
Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
Andrew Godwin
2014-08-07
Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.
Jacob Haslehurst
2014-08-07
Fixed flake8 warning.
Tim Graham
2014-08-07
Use smart_text rather than naive forcing-to-unicode for state reading
Andrew Godwin
2014-08-07
Added a missing unicode_literals that caused a test failure after refs #23226.
Tim Graham
2014-08-07
Fixed #23252: Call out removed features in release notes.
Andrew Godwin
2014-08-06
Removed a doc reference to the deprecated `mimetype` kwarg.
Mohammed Attia
2014-08-07
Fixed #23226: Model options appearing as bytes type in migrations
Andrew Godwin
2014-08-07
Moved index dropping after FK dropping to please MySQL and fix test
Andrew Godwin
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-08-05
Fixed #21792 -- Documented Form.has_changed()
Tim Graham
2014-08-05
Fixed broken links in docs.
Tim Graham
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
2014-08-05
Updated links for continous integration server.
Tim Graham
2014-08-05
Stop errors on older Spatialite versions that miss some tables
Andrew Godwin
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-08-04
Fixed test failures from 98e8da3709e400d549e87c7ff1450a2685c0adcf.
Florian Apolloner
2014-08-04
Fixed a typo in comment in django/utils/version.py
Sitesh Shrivastava
2014-08-04
Fixed two tests in previous commit; refs #16311.
Tim Graham
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-08-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
2014-08-04
Fixed #23169 - Misc docs fixes.
areski
2014-08-04
Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...
Vincent-Vega
2014-08-04
Corrected a comment in forms/forms.py; refs #16612.
Tim Graham
2014-08-04
Fixed #23161: Drop PostGIS geography fields correctly
Andrew Godwin
2014-08-04
Fixed #23163: Align user help text with migrations
Andrew Godwin
2014-08-04
Fixed #23153: Properly recreate spatialite triggers on alter table
Andrew Godwin
2014-08-04
Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-08-03
Fixed a MySQL test failure introduced by cbb29af1aa.
Simon Charette
2014-08-03
Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-08-03
Ensured that Paginator.page_range works the same on Python 2 and 3.
Florian Apolloner
2014-08-03
Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."
Florian Apolloner
2014-08-03
Fixed flake8 warning.
Tim Graham
2014-08-03
Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.
qingfeng
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2014-08-03
Removed unnecessary code in ManyToManyField.deconstruct()
Baptiste Mispelon
2014-08-03
Added missing logic to TimeField.deconstruct().
Baptiste Mispelon
2014-08-03
Fixed #23156 -- Added missing BinaryField.deconstruct() method.
Baptiste Mispelon
2014-08-02
Removed notes for versions of SQLite older than 5 years.
Tim Graham
2014-08-02
Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
Tim Graham
2014-08-02
Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Erik Romijn
2014-08-02
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
Tim Graham
2014-08-02
Updated MySQL links to version 5.6.
Tim Graham
2014-08-02
Fixed two typos in docstrings.
Baptiste Mispelon
2014-08-02
Fixed #23148 -- Minor tweaks in tutorial code samples
Collin Anderson
2014-08-01
Fixed #23145 -- Dropped support for Oracle < 11.1
Tim Graham
2014-08-01
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Tim Graham
2014-08-01
Removed some PostGIS 1.4 notes in the docs (refs #23108).
Tim Graham
2014-08-01
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
[prev]
[next]