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-06-23
[1.7.x] Fixed #22487: Don't flush out data from before normal TestCases
Andrew Godwin
2014-06-23
[1.7.x] Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-22
[1.7.x] Clean up syncdb parts of migrate output if no synced apps
Andrew Godwin
2014-06-20
[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.
Huu Nguyen
2014-06-20
[1.7.x] Swapped placeholders in [sql]migrate command error
Claude Paroz
2014-06-19
[1.7.x] Fixed #22863: Improve clarity of makemigrations for non-db params
Andrew Godwin
2014-06-16
[1.7.x] Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-06-16
[1.7.x] Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-13
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...
mlavin
2014-06-12
[1.7.x] Made the vendored NamedTemporaryFile work as a context manager. Refs ...
Loic Bistuer
2014-06-11
[1.7.x] Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-06-10
[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.
Tim Graham
2014-06-08
[1.7.x] Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-08
[1.7.x] Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-06-07
[1.7.x] Fixed #22749: Making SQL management commands migration aware.
Víðir Valberg Guðmundsson
2014-06-01
[1.7.x] Revert "Making SQL management commands migration aware."
Florian Apolloner
2014-05-29
[1.7.x] Fix test failure caused by 3149cdce32e7261b2d44128ab712c4d4f1a5d429
Andrew Godwin
2014-05-29
[1.7.x] Making SQL management commands migration aware.
Víðir Valberg Guðmundsson
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-28
[1.7.x] Fixed #21630 -- Simplified management command discovery
Claude Paroz
2014-05-27
[1.7.x] Fixed #22699 -- Configure default settings in some management commands.
Aymeric Augustin
2014-05-26
[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
Moayad Mardini
2014-05-25
[1.7.x] Removed executeable bit from a few files.
Florian Apolloner
2014-05-24
[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-24
[1.7.x] Applied unicode_literals to makemessages command
Claude Paroz
2014-05-19
[1.7.x] Updated Django makemessages process
Claude Paroz
2014-05-16
[1.7.x] Fixed #22579 -- Corrected validation for email to reject trailing slash
Erik Romijn
2014-05-15
[1.7.x] Harmonized some PEP 0263 coding preambles
Claude Paroz
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
[next]