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
/
core
Age
Commit message (
Expand
)
Author
2015-01-13
[1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI e...
Carl Meyer
2014-12-31
[1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command.
Tim Graham
2014-12-31
[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-26
[1.7.x] Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.
Tim Graham
2014-12-16
[1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
2014-12-02
[1.7.x] Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
[1.7.x] Fixed #23946 -- Fixed runserver crash when socket error contains Unic...
Andriy Sokolovskiy
2014-11-24
[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...
Sergey Fedoseev
2014-11-22
Revert "[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compati...
Carl Meyer
2014-11-22
[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-18
[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-03
[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-27
[1.7.x] Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None
Claude Paroz
2014-10-27
[1.7.x] Fixed #23699 -- Prevented flush from loading initial data for apps wi...
Tim Graham
2014-10-21
[1.7.x] Fixed #23583 -- More selectively ignored static/media roots
Claude Paroz
2014-10-17
[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...
Rigel Di Scala
2014-10-13
[1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie content
Claude Paroz
2014-10-12
[1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend...
Florian Apolloner
2014-10-06
[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...
Markus Holtermann
2014-09-13
[1.7.x] Fixed #23478 -- Complemented sqlmigrate command help
Claude Paroz
2014-09-06
[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Tim Graham
2014-08-28
[1.7.x] Fixed #23379 -- Corrected a referencing issue in sql_create.
Simon Charette
2014-08-20
[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...
Tim Graham
2014-08-20
[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-08-18
[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...
Baptiste Mispelon
2014-08-18
[1.7.x] Fixed #23298 -- Made makemessages actually ignore specified dirs on W...
Ramiro Morales
2014-08-14
[1.7.x] Fixed #23291 -- Don't add Unicode varname/value to environment.
Ramiro Morales
2014-08-14
[1.7.x] Fixed #23265 -- Used system-specific encoding in runserver
Claude Paroz
2014-08-12
[1.7.x] Fixed #22686 -- Prevented makemessages crash with unicode filename
Claude Paroz
2014-08-12
[1.7.x] Revert "Applied unicode_literals to makemessages command"
Claude Paroz
2014-08-08
[1.7.x] Fixed #22336 -- Added path matching for makemessages ignore option
Justin Hamade
2014-08-03
[1.7.x] Ensured that Paginator.page_range works the same on Python 2 and 3.
Florian Apolloner
2014-08-01
Revert "[1.7.x] Fixed #23088 -- Used `six` `range` type in `Paginator.page_ra...
Tim Graham
2014-07-30
[1.7.x] Fixed #23107 -- Made runserver output respect --no-color.
areski
2014-07-29
[1.7.x] Fixed #23092: Squashing handles external dependencies
Andrew Godwin
2014-07-29
[1.7.x] Fixed #23090: Document and enforce not double-squashing migrations
Andrew Godwin
2014-07-27
[1.7.x] Only warn about initial data if fixtures have been found.
Florian Apolloner
2014-07-25
[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.
Andrew Godwin
2014-07-25
[1.7.x] Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.
Moayad Mardini
2014-07-24
[1.7.x] Avoided transactional truncates on amateur databases.
Aymeric Augustin
2014-07-24
[1.7.x] Avoided transactional DDL on castrated databases.
Aymeric Augustin
2014-07-24
[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.
Aymeric Augustin
2014-07-16
[1.7.x] Ignored STATIC_ROOT and MEDIA_ROOT in makemessages
Claude Paroz
2014-07-14
[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...
Huu Nguyen
2014-07-12
[1.7.x] Removed extra newline.
Tim Graham
2014-07-11
[1.7.x] Fixed #22983: Alert when squashing RunPython operations with referred...
Andrew Godwin
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-07-04
[1.7.x] Fixed #22915 -- Document backward incompatible changes in the Validat...
Loic Bistuer
2014-06-30
[1.7.x] Added missing spaces to implicitly joined strings
Ian Foote
2014-06-23
[1.7.x] Fixed #22487: Don't flush out data from before normal TestCases
Andrew Godwin
[next]