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
2014-05-14
[1.7.x] Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2014-05-09
[1.7.x] Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Malcolm Box
2014-05-08
Merge pull request #2637 from davidszotten/validator_comparisons
Andrew Godwin
2014-05-08
[1.7.x] Removed unused imports in makemigrations
Claude Paroz
2014-05-07
[1.7.x] Fixed #22588 -- Fix RegexValidator __eq__
David Szotten
2014-05-06
[1.7.x] Fixed #22576: Ensure makemigrations doesn't touch the database.
Andrew Godwin
2014-05-06
[1.7.x] Fixed #22337: FileSystemStorage marked as deconstructible and tested.
Andrew Godwin
2014-04-30
[1.7.x] Cleanup failing test w/contenttypes and remove useless graph load
Andrew Godwin
2014-04-30
[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-30
[1.7.x] Removed unused import.
Tim Graham
2014-04-30
[1.7.x] Fixed #22511 -- Added args to migrations management commands.
Bruno Ribeiro da Silva
2014-04-29
[1.7.x] Removed bogus, ineffective 'U' flag from codecs.open() call.
Ramiro Morales
2014-04-26
[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-23
[1.7.x] Set compile messages options as class variable
Claude Paroz
2014-04-23
[1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
Malcolm Box
2014-04-23
[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...
Tim Graham
2014-04-21
[1.7.x] Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
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-18
[1.7.x] Adapted fixture read mode to file type
Claude Paroz
2014-04-18
[1.7.x] Fixed #22399 -- Forced fixture reading in binary mode
Claude Paroz
2014-04-17
[1.7.x] Fixed #22454 - Changed compatibility warning hint
Moayad Mardini
2014-04-10
[1.7.x] Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
2014-04-10
[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...
Tim Graham
2014-03-25
[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
Tim Graham
2014-03-22
[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATH
Patrick Michaud
2014-03-21
[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidator
Dejan Noveski
2014-03-18
Fixed regression in file locking on some platforms.
smallcode
2014-03-18
Mentioned that ``dumpdata --natural`` is deprecated.
Daniel Hahler
2014-03-08
Fix bad conflict detection during makemigrations
Andrew Godwin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-06
Added --previous flag to msgmerge command used by makemessages
Claude Paroz
2014-03-05
Fixed #7571 -- Fixed parameter matching in include()'d urlpattern
Athena
2014-03-04
Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
zedr
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Corrected expected test output to allow for cleanups in signal and compatibil...
Russell Keith-Magee
2014-03-03
Added backwards compatibliity checks to reference documentation.
Russell Keith-Magee
2014-03-03
Fixed #22193 -- Made hint a truly optional arugment on check messages.
Russell Keith-Magee
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-02-22
Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addresses
Erik Romijn
2014-02-22
Fixed #21435 -- Improved error message when urlconf is empty.
Baptiste Mispelon
2014-02-20
Fixed #22107 -- Fixed django.core.files.File object iteration.
Baptiste Mispelon
2014-02-18
Made content_type_extra optional for TemporaryUploadedFile and MemoryUploaded...
Dmitro
2014-02-18
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
2014-02-17
Added the possibility to pass a stdin object to a management command.
Baptiste Mispelon
2014-02-16
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
MattBlack85
2014-02-15
Corrected a pair of flake8 violations
Alex Gaynor
2014-02-15
Improved fix for #18373 -- backward compatibility
Grzegorz Nosek
2014-02-15
Fixed some flake8 errors from recent commits.
Tim Graham
[next]