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
2013-07-08
fixed a mis-importt in mysql/base.py
Alex Gaynor
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Fixed a bug I introduced in my previosu ommit.
Alex Gaynor
2013-07-08
Replaced some dicts with sets.
Alex Gaynor
2013-07-07
Merge pull request #991 from stockr-labs/feature/email-backends-generators
Alex Gaynor
2013-07-08
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
Alex Gaynor
2013-07-08
A few cleanups to capture the minimum amount of code in try/except blocks.
Alex Gaynor
2013-07-08
Merge branch 'ticket_20613' of https://github.com/ersran9/django into t20613
Alex Gaynor
2013-07-08
.DS_Store can be ignored.
Alex Gaynor
2013-07-08
Removed some logic that wasn't needed following removal of some deprecated code.
Alex Gaynor
2013-07-07
Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-07-06
Fixed #14006 -- Documented that Field's 'description' attribute is interpolat...
Tim Graham
2013-07-06
[gis] Dropped official support for GDAL < 1.6
Claude Paroz
2013-07-06
Added release dates for gis libs as doc comments
Claude Paroz
2013-07-06
Tweaked proj string regex in gis tests
Claude Paroz
2013-07-06
Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/write...
ersran9
2013-07-05
Deprecate usage of boolean value for widget attributes
Claude Paroz
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supporte...
Tim Graham
2013-07-05
Fixed #19539 -- Updated custom model fields example for Python 3.
Tim Graham
2013-07-05
Merge pull request #1331 from hekevintran/patch-1
Marc Tamlyn
2013-07-04
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...
Tim Graham
2013-07-04
fixed grammar
hekevintran
2013-07-04
Fixed #20134 -- Correct list of fields that UserManager requires.
Tim Graham
2013-07-04
Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-04
Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique con...
Tim Graham
2013-07-04
Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.
Tim Graham
2013-07-03
Fixed #20675 -- `check_password` should work when no password is specified.
Simon Charette
2013-07-03
Fixed #20609 -- Documented how to use request.user with RequestFactory
SusanTan
2013-07-03
Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-07-03
Added check when fetching and updating translations from Transifex
Claude Paroz
2013-07-03
Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.
Tim Graham
2013-07-02
A couple more semicolon -> colon fixes; refs #18134.
Tim Graham
2013-07-02
Merge pull request #1321 from bfirsh/semicolon-colon-docs
Preston Holmes
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Fix "semicolon" in docs
Ben Firshman
2013-07-02
Fix index_together test
Andrew Godwin
2013-07-02
Fix get_constraints to do multi-column indexes properly on pg
Andrew Godwin
2013-07-02
Fix some bad test running under PostgreSQL
Andrew Godwin
2013-07-02
Fix combined alters on PostgreSQL
Andrew Godwin
2013-07-02
Support for index_together in schema backends
Andrew Godwin
2013-07-02
Autodetection of unique_together changes
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-07-02
Fix M2M interaction with transactions
Andrew Godwin
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-01
Relied on NullHandler from the logging stdlib module.
Aymeric Augustin
2013-07-01
Reflected the new default value of LOGGING_CONFIG in docs.
Aymeric Augustin
2013-07-01
Deprecated django.utils.dictconfig.
Aymeric Augustin
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
[prev]
[next]