Andrew Godwin
|
7609e0b42e
|
Remove debug prints
|
2013-05-30 18:25:57 +01:00 |
|
Andrew Godwin
|
8d81c6bc82
|
Use correct model versions for field operations
|
2013-05-30 18:24:20 +01:00 |
|
Andrew Godwin
|
e6ba63def3
|
Fix error in ModelState.clone() not copying deep enough
|
2013-05-30 18:24:10 +01:00 |
|
Andrew Godwin
|
e6f7f4533c
|
Add an Executor for end-to-end running
|
2013-05-30 18:08:58 +01:00 |
|
Andrew Godwin
|
7f9a0b7061
|
Fix graph tests
|
2013-05-30 17:56:53 +01:00 |
|
Andrew Godwin
|
dfa7c5cade
|
Allow retrieval of project state at start of migrations
|
2013-05-30 17:56:26 +01:00 |
|
Andrew Godwin
|
05929ee89b
|
Add the start of some operation tests
|
2013-05-30 17:55:59 +01:00 |
|
Andrew Godwin
|
52d2a8b311
|
Add test for new __ne__ method on Promise.
|
2013-05-29 17:52:17 +01:00 |
|
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
|
Andrew Godwin
|
264f8650e3
|
ModelState now freezes options and bases
|
2013-05-19 12:35:17 +02:00 |
|
Andrew Godwin
|
d58c98d73c
|
Fix proxy objects to respect !=
|
2013-05-19 12:27:17 +02:00 |
|
Andrew Godwin
|
38a8cf1cdc
|
Fix state tests a little
|
2013-05-18 18:30:34 +02:00 |
|
Andrew Godwin
|
7d041b9394
|
Split up test and make the State classes a bit better.
|
2013-05-18 13:49:56 +02:00 |
|
Andrew Godwin
|
028bbd15ca
|
Add a deconstruct() method to Fields.
This allows the field's initial argument to be obtained so it can be
serialised to, and re-created from, a textual format.
|
2013-05-18 13:48:57 +02:00 |
|
Andrew Godwin
|
331546f6ee
|
More conversion to a ContextManager schema_editor
|
2013-05-18 11:48:46 +02:00 |
|
Andrew Godwin
|
ce5bd42259
|
Turn SchemaEditor into a context manager
|
2013-05-18 11:06:30 +02:00 |
|
Andrew Godwin
|
b31eea069c
|
Merge branch 'master' into schema-alteration
|
2013-05-18 10:21:31 +02:00 |
|
Donald Stufft
|
f54a8880d7
|
Finally add myself to the committers list
|
2013-05-17 16:01:41 -04:00 |
|
Marc Tamlyn
|
9666874ee1
|
Tidy up some of the transaction documentation.
|
2013-05-17 18:40:50 +02:00 |
|
Claude Paroz
|
838f28974e
|
Fixed #20427 -- Moved a variable initialization in storage.py
This is fixing commit 4e70ad11d2 . Thanks mattias at elements.nl
for the report and Baptiste Mispelon for identifying the faulty
commit.
|
2013-05-17 18:31:52 +02:00 |
|
Marc Tamlyn
|
0509462373
|
Fix up company link.
|
2013-05-17 18:25:40 +02:00 |
|
Aymeric Augustin
|
c6964feb54
|
Modernize the CSRF migration helper.
Thanks Lennart Regebro for spotting that code.
|
2013-05-17 18:15:08 +02:00 |
|
Aymeric Augustin
|
9c487b5974
|
Replaced an antiquated pattern.
Thanks Lennart Regebro for pointing it out.
|
2013-05-17 18:08:58 +02:00 |
|
Preston Holmes
|
b1bfd9630e
|
Remove unnecessary and problematic parent class from SuccessMessageMixin
refs #16319, thanks to bmispelon for the catch
|
2013-05-17 08:59:06 -07:00 |
|
Marc Tamlyn
|
31d98d4ab5
|
Added myself to committers.
|
2013-05-17 17:24:17 +02:00 |
|
Florian Apolloner
|
10e397e263
|
Fixed #20426 -- Added some extra info to the auth forms.
Thanks to Joel Hansson for the suggestion and Curtis Maloney for the initial
patch.
|
2013-05-17 16:14:23 +02:00 |
|
Claude Paroz
|
b16b72d415
|
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Largely inspired from django-floppyforms. Designed to not depend
on OpenLayers at code level.
|
2013-05-17 13:33:40 +02:00 |
|
Jacob Kaplan-Moss
|
d4d1145632
|
Removed "specialists".
The distinction's not really one we make any more, so updated the docs
accordingly.
|
2013-05-16 10:37:48 -07:00 |
|
Jacob Kaplan-Moss
|
1bc6e18b4e
|
Updated my bio.
|
2013-05-16 10:36:50 -07:00 |
|
Mark Huang
|
0732c8e8c6
|
Fixed #20357 -- Allow empty username field label in AuthentificationForm .
|
2013-05-16 11:41:52 -04:00 |
|
Tim Graham
|
289afc3156
|
Fixed #20421 - Typo in class-based view docs.
|
2013-05-16 09:56:30 -04:00 |
|
Shai Berger
|
9ef4d177d1
|
Fixed #20388 -- Test failures under Oracle.
Add "FROM DUAL" to SQL selecting constants in tests for Oracle.
|
2013-05-16 15:00:16 +02:00 |
|
Tim Graham
|
79715f267c
|
Fixed misleading heading on admindocs models page; refs #19712.
|
2013-05-16 08:37:20 -04:00 |
|
Tim Graham
|
b5b63079bd
|
Fixed #19712 - Clarified admindocs regarding which attributes appear.
Thanks Daniele Procida for the report.
|
2013-05-16 08:09:20 -04:00 |
|
Claude Paroz
|
0a29057ebe
|
Fixed #20415 -- Ensured srid is not localized in openlayers template
Thanks pierremarc07 at gmail.com for the report.
|
2013-05-16 13:48:38 +02:00 |
|
Tim Graham
|
da9d626be0
|
Merge pull request #1073 from mjtamlyn/import_by_path-docs-fix
Made the example usage of import_by_path less confusing.
|
2013-05-16 04:14:33 -07:00 |
|
Tim Graham
|
fa91855967
|
Merge pull request #1072 from hrbonz/doc_serialize_typo
Fixed typo in serialization docs.
|
2013-05-16 03:53:00 -07:00 |
|
Marc Tamlyn
|
cde820bd31
|
Make the example usage of import_by_path less confusing.
Using import_by_path to import import_by_path is a really odd use case
and makes the code example difficult to read.
|
2013-05-16 10:11:46 +02:00 |
|
Stefan hr Berder
|
746d3166d6
|
small typo, example pk=27 but description pk=24
|
2013-05-16 15:21:18 +08:00 |
|
Alex Gaynor
|
63f6ee817e
|
Merge pull request #1070 from mfogel/ticket_20413
Fix bug introduced in contrib.gis in 74f3884ae0
|
2013-05-15 15:03:53 -07:00 |
|
Mike Fogel
|
3188775174
|
Fix bug introduced in contrib.gis in 74f3884ae0
|
2013-05-15 14:07:34 -07:00 |
|
Alex Gaynor
|
c0c3b65de9
|
Merge pull request #1069 from mfogel/ticket_20413
Fixed #20413 - Respect Query.get_meta()
|
2013-05-15 13:15:19 -07:00 |
|
Mike Fogel
|
74f3884ae0
|
Fixed #20413 - Respect Query.get_meta()
|
2013-05-15 12:55:30 -07:00 |
|
Florian Apolloner
|
ebfb71c64a
|
Fixed previous commit. (Don't commit from DjangCon!)
|
2013-05-15 16:50:33 +02:00 |
|
Florian Apolloner
|
f6d1ca56c9
|
Don't unregister OSMGeoAdmin, other tests rely on it.
|
2013-05-15 16:47:03 +02:00 |
|
Aymeric Augustin
|
c8dcee9a42
|
Improved the timezone middleware example slightly.
This change avoids having the timezone leak from a request to the next.
|
2013-05-15 16:43:39 +02:00 |
|
Tim Graham
|
84d8b247d2
|
Fixed #20165 - Updated testing example to use django.test.TestCase.
Thanks Lorin Hochstein.
|
2013-05-15 06:48:17 -04:00 |
|
Florian Apolloner
|
4ecc6da20b
|
Removed unicode literals from PIL compat.
|
2013-05-15 09:00:09 +02:00 |
|
Daniel Lindsley
|
33793f7c3e
|
Fixed #19934 - Use of Pillow is now preferred over PIL.
This starts the deprecation period for PIL (support to end in 1.8).
|
2013-05-14 19:32:04 -07:00 |
|
Donald Stufft
|
c792c83cad
|
Merge pull request #1062 from dstufft/switch-bcrypt-recommendations
Recommend using the bcrypt library instead of py-bcrypt
|
2013-05-14 16:20:32 -07:00 |
|